diff options
Diffstat (limited to 'package/busybox/patches/patch-networking_udhcp_dhcpd_c')
-rw-r--r-- | package/busybox/patches/patch-networking_udhcp_dhcpd_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/patch-networking_udhcp_dhcpd_c b/package/busybox/patches/patch-networking_udhcp_dhcpd_c deleted file mode 100644 index 26b6590c3..000000000 --- a/package/busybox/patches/patch-networking_udhcp_dhcpd_c +++ /dev/null @@ -1,11 +0,0 @@ -$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 - ) { |