diff options
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/check_dhcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index 6b07df5..4b8f5e2 100644 --- a/plugins-root/check_dhcp.c +++ b/plugins-root/check_dhcp.c | |||
@@ -497,7 +497,7 @@ int send_dhcp_discover(int sock){ | |||
497 | memcpy(&discover_packet.options[opts],&requested_address,sizeof(requested_address)); | 497 | memcpy(&discover_packet.options[opts],&requested_address,sizeof(requested_address)); |
498 | opts += sizeof(requested_address); | 498 | opts += sizeof(requested_address); |
499 | } | 499 | } |
500 | discover_packet.options[opts++]=DHCP_OPTION_END; | 500 | discover_packet.options[opts++]= (char)DHCP_OPTION_END; |
501 | 501 | ||
502 | /* unicast fields */ | 502 | /* unicast fields */ |
503 | if(unicast) | 503 | if(unicast) |