diff options
Diffstat (limited to 'gdhcp/client.c')
-rw-r--r-- | gdhcp/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdhcp/client.c b/gdhcp/client.c index b9f8da61..b61d5a4d 100644 --- a/gdhcp/client.c +++ b/gdhcp/client.c @@ -1126,7 +1126,6 @@ static int ipv4ll_recv_arp_packet(GDHCPClient *dhcp_client) int target_conflict; memset(&arp, 0, sizeof(arp)); - bytes = 0; bytes = read(dhcp_client->listener_sockfd, &arp, sizeof(arp)); if (bytes < 0) return bytes; |