Skip to content

Commit

Permalink
Fix "not responding" debug message in DHCP
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 14, 2014
1 parent d0774ce commit f82e8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/proto_dhcp/dhcpd.c
Expand Up @@ -516,8 +516,8 @@ static int dhcp_process(REQUEST *request)

vp = pairfind(request->reply->vps, 264, DHCP_MAGIC_VENDOR, TAG_ANY); /* DHCP-Your-IP-Address */
if (!vp) {
DEBUG("DHCP: Failed to find DHCP-Client-IP-Address or DHCP-Your-IP-Address");
DEBUG(" for request; not responding.");
RDEBUG("DHCP: Failed to find DHCP-Client-IP-Address or DHCP-Your-IP-Address for request; "
"not responding.");
/*
* There is nowhere to send the response to, so don't bother.
*/
Expand Down

0 comments on commit f82e8eb

Please sign in to comment.