From a16d908beb2e13a5d0c1a23e5a6e0082107624d9 Mon Sep 17 00:00:00 2001 From: David Hankins Date: Tue, 8 Jan 2008 16:12:07 +0000 Subject: [PATCH] mistake in merging --- server/dhcp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/dhcp.c b/server/dhcp.c index 198bfc7c..65c55860 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. */