]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - dhcp/patches/dhcp-4.2.4-P2-conflex-do-forward-updates.patch
dhcp: Update to 4.3.5b1
[people/arne_f/ipfire-3.x.git] / dhcp / patches / dhcp-4.2.4-P2-conflex-do-forward-updates.patch
diff --git a/dhcp/patches/dhcp-4.2.4-P2-conflex-do-forward-updates.patch b/dhcp/patches/dhcp-4.2.4-P2-conflex-do-forward-updates.patch
deleted file mode 100644 (file)
index 679fdd3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up dhcp-4.2.4-P2/common/conflex.c.orig dhcp-4.2.4-P2/common/conflex.c
---- dhcp-4.2.4-P2/common/conflex.c.orig        2012-08-28 04:13:03.000000000 +0200
-+++ dhcp-4.2.4-P2/common/conflex.c     2012-10-09 14:01:29.922104149 +0200
-@@ -889,7 +889,7 @@ intern(char *atom, enum dhcp_token dfv)
-                       if (!strcasecmp(atom + 7, "list"))
-                               return DOMAIN_LIST;
-               }
--              if (!strcasecmp (atom + 1, "o-forward-update"))
-+              if (!strcasecmp (atom + 1, "o-forward-updates"))
-                       return DO_FORWARD_UPDATE;
-               if (!strcasecmp (atom + 1, "ebug"))
-                       return TOKEN_DEBUG;