From: Roy Marples Date: Wed, 25 Feb 2009 07:52:47 +0000 (+0000) Subject: Gah, remove some debug X-Git-Tag: v5.0.0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dcb2e0b722483db09552c6951b695efd87c058e;p=thirdparty%2Fdhcpcd.git Gah, remove some debug --- diff --git a/dhcp.c b/dhcp.c index e836211a..2689b734 100644 --- a/dhcp.c +++ b/dhcp.c @@ -816,7 +816,7 @@ make_message(struct dhcp_message **message, } dhcp->xid = iface->state->xid; dhcp->cookie = htonl(MAGIC_COOKIE); -#if 0 + *p++ = DHO_MESSAGETYPE; *p++ = 1; *p++ = type; @@ -952,7 +952,7 @@ make_message(struct dhcp_message **message, *n_params = p - n_params - 1; } *p++ = DHO_END; -#endif + #ifdef BOOTP_MESSAGE_LENTH_MIN /* Some crappy DHCP servers think they have to obey the BOOTP minimum * message length.