diff options
author | waja <waja@users.noreply.github.com> | 2023-06-28 14:39:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 14:39:09 (GMT) |
commit | 103217831e07f26cead065985d0d007292ffd7ea (patch) | |
tree | 418829165611b9da69b19e2bcd0c135bf08962ab /plugins-root/check_dhcp.c | |
parent | f6f2ba34c713b5bc65936af836be24ebc74faf46 (diff) | |
parent | b24eb7f46ac8667324efd818c01d68d5a1376c89 (diff) | |
download | monitoring-plugins-103217831e07f26cead065985d0d007292ffd7ea.tar.gz |
Merge branch 'master' into compiler_warning_part_3
Diffstat (limited to 'plugins-root/check_dhcp.c')
-rw-r--r-- | plugins-root/check_dhcp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index ad67323..147db6b 100644 --- a/plugins-root/check_dhcp.c +++ b/plugins-root/check_dhcp.c | |||
@@ -470,10 +470,6 @@ int send_dhcp_discover(int sock){ | |||
470 | packet_xid=random(); | 470 | packet_xid=random(); |
471 | discover_packet.xid=htonl(packet_xid); | 471 | discover_packet.xid=htonl(packet_xid); |
472 | 472 | ||
473 | /**** WHAT THE HECK IS UP WITH THIS?!? IF I DON'T MAKE THIS CALL, ONLY ONE SERVER RESPONSE IS PROCESSED!!!! ****/ | ||
474 | /* downright bizzarre... */ | ||
475 | ntohl(discover_packet.xid); | ||
476 | |||
477 | /*discover_packet.secs=htons(65535);*/ | 473 | /*discover_packet.secs=htons(65535);*/ |
478 | discover_packet.secs=0xFF; | 474 | discover_packet.secs=0xFF; |
479 | 475 | ||