summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dhcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp.c b/src/dhcp.c
index 232e344..f995f0e 100644
--- a/src/dhcp.c
+++ b/src/dhcp.c
@@ -224,7 +224,7 @@ void dhcp_packet(time_t now, int pxe_fd)
#endif
if (!indextoname(daemon->dhcpfd, iface_index, ifr.ifr_name) ||
- ioctl(daemon->dhcpfd, SIOCGIFFLAGS, &ifr) != -1)
+ ioctl(daemon->dhcpfd, SIOCGIFFLAGS, &ifr) != 0)
return;
mess = (struct dhcp_packet *)daemon->dhcp_packet.iov_base;