diff options
| author | Roy Marples <roy@marples.name> | 2009-02-25 07:52:47 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-02-25 07:52:47 +0000 |
| commit | 7dcb2e0b722483db09552c6951b695efd87c058e (patch) | |
| tree | fccf4b5ba9e8b57cf1f711b545c84dcacbd2e668 /dhcp.c | |
| parent | e59105abf07540504b49d54ffbb547b907cc0e44 (diff) | |
| download | dhcpcd-7dcb2e0b722483db09552c6951b695efd87c058e.tar.xz | |
Gah, remove some debug
Diffstat (limited to 'dhcp.c')
| -rw-r--r-- | dhcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
