diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-23 03:05:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-23 03:05:05 +0000 |
commit | 13c8327b796862847f3682da2902381c39cf24ea (patch) | |
tree | d552ee35bb892efff30a62fc8d5ce924b1bf8703 /networking/udhcp/dhcpc.c | |
parent | e1d41b3102a34d92e61b265810306bb437c73ba0 (diff) | |
download | busybox-w32-13c8327b796862847f3682da2902381c39cf24ea.tar.gz busybox-w32-13c8327b796862847f3682da2902381c39cf24ea.tar.bz2 busybox-w32-13c8327b796862847f3682da2902381c39cf24ea.zip |
sync busybox and udhcp trees
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 1 |
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"); |