]> git.pld-linux.org Git - packages/dhcp.git/blame - dhcp-garbage-in-format-string-error.patch
updated -client runtime deps
[packages/dhcp.git] / dhcp-garbage-in-format-string-error.patch
CommitLineData
15c1a831
MK
1From cfe6414644b68d5b6b5ba150bf57cff0a709a59e Mon Sep 17 00:00:00 2001
2From: Pavel Zhukov <pzhukov@redhat.com>
3Date: Thu, 21 Feb 2019 10:28:13 +0100
4Subject: [PATCH 09/28] Fix 'garbage in format string' error
5
6RHBZ: 450042
7---
8 common/tables.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/common/tables.c b/common/tables.c
12index be37737..ce12fcd 100644
13--- a/common/tables.c
14+++ b/common/tables.c
15@@ -222,7 +222,7 @@ static struct option dhcp_options[] = {
16 { "name-service-search", "Sa", &dhcp_universe, 117, 1 },
17 #endif
18 { "subnet-selection", "I", &dhcp_universe, 118, 1 },
19- { "domain-search", "Dc", &dhcp_universe, 119, 1 },
20+ { "domain-search", "D", &dhcp_universe, 119, 1 },
21 { "vivco", "Evendor-class.", &dhcp_universe, 124, 1 },
22 { "vivso", "Evendor.", &dhcp_universe, 125, 1 },
23 #if 0
24--
252.35.1
26
This page took 0.023594 seconds and 4 git commands to generate.