summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-02-25 07:52:47 +0000
committerRoy Marples <roy@marples.name>2009-02-25 07:52:47 +0000
commit7dcb2e0b722483db09552c6951b695efd87c058e (patch)
treefccf4b5ba9e8b57cf1f711b545c84dcacbd2e668
parente59105abf07540504b49d54ffbb547b907cc0e44 (diff)
downloaddhcpcd-7dcb2e0b722483db09552c6951b695efd87c058e.tar.xz
Gah, remove some debug
-rw-r--r--dhcp.c4
1 files changed, 2 insertions, 2 deletions
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.