]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Gah, remove some debug
authorRoy Marples <roy@marples.name>
Wed, 25 Feb 2009 07:52:47 +0000 (07:52 +0000)
committerRoy Marples <roy@marples.name>
Wed, 25 Feb 2009 07:52:47 +0000 (07:52 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index e836211a8bbc79d742751c658ae454393c46fbcd..2689b734cd6d55c2bada5629c81a645f92349a08 100644 (file)
--- 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.