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