summaryrefslogtreecommitdiff
path: root/package/busybox/patches/patch-networking_udhcp_dhcpd_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/patches/patch-networking_udhcp_dhcpd_c')
-rw-r--r--package/busybox/patches/patch-networking_udhcp_dhcpd_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/patches/patch-networking_udhcp_dhcpd_c b/package/busybox/patches/patch-networking_udhcp_dhcpd_c
new file mode 100644
index 000000000..26b6590c3
--- /dev/null
+++ b/package/busybox/patches/patch-networking_udhcp_dhcpd_c
@@ -0,0 +1,11 @@
+$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
+--- busybox-1.13.4.orig/networking/udhcp/dhcpd.c 2008-11-09 18:27:58.000000000 +0100
++++ busybox-1.13.4/networking/udhcp/dhcpd.c 2009-05-12 16:32:40.000000000 +0200
+@@ -196,7 +196,6 @@ int udhcpd_main(int argc UNUSED_PARAM, c
+ if (lease) {
+ if (server_id) {
+ /* SELECTING State */
+- DEBUG("server_id = %08x", ntohl(server_id_align));
+ if (server_id_align == server_config.server && requested
+ && requested_align == lease->yiaddr
+ ) {