]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/dhcp-4.2.0-garbage-chars.patch
media.cgi: Fix typo 'writen'.
[people/teissler/ipfire-2.x.git] / src / patches / dhcp-4.2.0-garbage-chars.patch
CommitLineData
78ab9b04
MT
1diff -up dhcp-4.2.0/common/tables.c.garbage dhcp-4.2.0/common/tables.c
2--- dhcp-4.2.0/common/tables.c.garbage 2009-11-20 02:49:01.000000000 +0100
3+++ dhcp-4.2.0/common/tables.c 2010-07-21 14:40:56.000000000 +0200
4@@ -207,7 +207,7 @@ static struct option dhcp_options[] = {
5 { "netinfo-server-tag", "t", &dhcp_universe, 113, 1 },
6 { "default-url", "t", &dhcp_universe, 114, 1 },
7 { "subnet-selection", "I", &dhcp_universe, 118, 1 },
8- { "domain-search", "Dc", &dhcp_universe, 119, 1 },
9+ { "domain-search", "D", &dhcp_universe, 119, 1 },
10 { "vivco", "Evendor-class.", &dhcp_universe, 124, 1 },
11 { "vivso", "Evendor.", &dhcp_universe, 125, 1 },
12 #if 0