X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=dhcp%2Fpatches%2F0012-dhcp-garbage-chars.patch;fp=dhcp%2Fpatches%2F0012-dhcp-garbage-chars.patch;h=131360be628cdd58172a8ffb686fb5731ed58211;hb=d8feb2d7610f3c014fcef26e72ed6e449cd8d710;hp=0000000000000000000000000000000000000000;hpb=4b9ea0c0903e23431e11c5cd0e96658dd9f7d700;p=people%2Farne_f%2Fipfire-3.x.git diff --git a/dhcp/patches/0012-dhcp-garbage-chars.patch b/dhcp/patches/0012-dhcp-garbage-chars.patch new file mode 100644 index 000000000..131360be6 --- /dev/null +++ b/dhcp/patches/0012-dhcp-garbage-chars.patch @@ -0,0 +1,12 @@ +diff -up dhcp-4.3.0rc1/common/tables.c.garbage dhcp-4.3.0rc1/common/tables.c +--- dhcp-4.3.0rc1/common/tables.c.garbage 2014-01-29 10:03:52.132624677 +0100 ++++ dhcp-4.3.0rc1/common/tables.c 2014-01-29 10:04:51.413875343 +0100 +@@ -213,7 +213,7 @@ static struct option dhcp_options[] = { + { "name-service-search", "Sa", &dhcp_universe, 117, 1 }, + #endif + { "subnet-selection", "I", &dhcp_universe, 118, 1 }, +- { "domain-search", "Dc", &dhcp_universe, 119, 1 }, ++ { "domain-search", "D", &dhcp_universe, 119, 1 }, + { "vivco", "Evendor-class.", &dhcp_universe, 124, 1 }, + { "vivso", "Evendor.", &dhcp_universe, 125, 1 }, + #if 0