Blame SOURCES/0009-Fix-garbage-in-format-string-error.patch

df4638
From a0a2186ce52a31357d4eb3c32d7d6887e4603814 Mon Sep 17 00:00:00 2001
df4638
From: Pavel Zhukov <pzhukov@redhat.com>
df4638
Date: Thu, 21 Feb 2019 10:28:13 +0100
df4638
Subject: [PATCH 09/26] Fix 'garbage in format string' error
df4638
Cc: pzhukov@redhat.com
df4638
df4638
RHBZ: 450042
df4638
---
df4638
 common/tables.c | 2 +-
df4638
 1 file changed, 1 insertion(+), 1 deletion(-)
df4638
df4638
diff --git a/common/tables.c b/common/tables.c
df4638
index c1aa214..d2294c0 100644
df4638
--- a/common/tables.c
df4638
+++ b/common/tables.c
df4638
@@ -215,7 +215,7 @@ static struct option dhcp_options[] = {
df4638
 	{ "name-service-search", "Sa",		&dhcp_universe, 117, 1 },
df4638
 #endif
df4638
 	{ "subnet-selection", "I",		&dhcp_universe, 118, 1 },
df4638
-	{ "domain-search", "Dc",		&dhcp_universe, 119, 1 },
df4638
+	{ "domain-search", "D",			&dhcp_universe, 119, 1 },
df4638
 	{ "vivco", "Evendor-class.",		&dhcp_universe, 124, 1 },
df4638
 	{ "vivso", "Evendor.",			&dhcp_universe, 125, 1 },
df4638
 #if 0
df4638
-- 
df4638
2.14.5
df4638