]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - dhcp/patches/dhcp-4.2.4-P2-conflex-do-forward-updates.patch
dhcp: Update to 4.2.5.
[people/ms/ipfire-3.x.git] / dhcp / patches / dhcp-4.2.4-P2-conflex-do-forward-updates.patch
CommitLineData
177b938a
MT
1diff -up dhcp-4.2.4-P2/common/conflex.c.orig dhcp-4.2.4-P2/common/conflex.c
2--- dhcp-4.2.4-P2/common/conflex.c.orig 2012-08-28 04:13:03.000000000 +0200
3+++ dhcp-4.2.4-P2/common/conflex.c 2012-10-09 14:01:29.922104149 +0200
4@@ -889,7 +889,7 @@ intern(char *atom, enum dhcp_token dfv)
5 if (!strcasecmp(atom + 7, "list"))
6 return DOMAIN_LIST;
7 }
8- if (!strcasecmp (atom + 1, "o-forward-update"))
9+ if (!strcasecmp (atom + 1, "o-forward-updates"))
10 return DO_FORWARD_UPDATE;
11 if (!strcasecmp (atom + 1, "ebug"))
12 return TOKEN_DEBUG;