aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r--networking/udhcp/dhcpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 0c85eca83..fe2225a0c 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -469,6 +469,7 @@ int main(int argc, char *argv[])
469 (unsigned long) packet.xid, xid); 469 (unsigned long) packet.xid, xid);
470 continue; 470 continue;
471 } 471 }
472
472 /* Ignore packets that aren't for us */ 473 /* Ignore packets that aren't for us */
473 if (memcmp(packet.chaddr, client_config.arp, 6)) { 474 if (memcmp(packet.chaddr, client_config.arp, 6)) {
474 DEBUG(LOG_INFO, "packet does not have our chaddr -- ignoring"); 475 DEBUG(LOG_INFO, "packet does not have our chaddr -- ignoring");