Blame SOURCES/dhcp-garbage-chars.patch

26a25c
diff -up dhcp-4.3.0rc1/common/tables.c.garbage dhcp-4.3.0rc1/common/tables.c
26a25c
--- dhcp-4.3.0rc1/common/tables.c.garbage	2014-01-29 10:03:52.132624677 +0100
26a25c
+++ dhcp-4.3.0rc1/common/tables.c	2014-01-29 10:04:51.413875343 +0100
26a25c
@@ -213,7 +213,7 @@ static struct option dhcp_options[] = {
26a25c
 	{ "name-service-search", "Sa",		&dhcp_universe, 117, 1 },
26a25c
 #endif
26a25c
 	{ "subnet-selection", "I",		&dhcp_universe, 118, 1 },
26a25c
-	{ "domain-search", "Dc",		&dhcp_universe, 119, 1 },
26a25c
+	{ "domain-search", "D",			&dhcp_universe, 119, 1 },
26a25c
 	{ "vivco", "Evendor-class.",		&dhcp_universe, 124, 1 },
26a25c
 	{ "vivso", "Evendor.",			&dhcp_universe, 125, 1 },
26a25c
 #if 0