From: David Hankins Date: Tue, 8 Jan 2008 16:12:07 +0000 (+0000) Subject: mistake in merging X-Git-Tag: v4_1_0a1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a16d908beb2e13a5d0c1a23e5a6e0082107624d9;p=thirdparty%2Fdhcp.git mistake in merging --- diff --git a/server/dhcp.c b/server/dhcp.c index 198bfc7c9..65c558600 100644 --- a/server/dhcp.c +++ b/server/dhcp.c @@ -935,8 +935,6 @@ void dhcpinform (packet, ms_nulltp) struct in_addr from; isc_boolean_t zeroed_ciaddr; - memset(zerobuf, 0, sizeof(zerobuf)); - /* The client should set ciaddr to its IP address, but apparently it's common for clients not to do this, so we'll use their IP source address if they didn't set ciaddr. */