diff options
author | Mike Frysinger | 2006-03-23 03:05:05 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-03-23 03:05:05 +0000 |
commit | 13c8327b796862847f3682da2902381c39cf24ea (patch) | |
tree | d552ee35bb892efff30a62fc8d5ce924b1bf8703 /networking/udhcp/dhcpc.c | |
parent | e1d41b3102a34d92e61b265810306bb437c73ba0 (diff) | |
download | busybox-13c8327b796862847f3682da2902381c39cf24ea.zip busybox-13c8327b796862847f3682da2902381c39cf24ea.tar.gz |
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 0c85eca..fe2225a 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -469,6 +469,7 @@ int main(int argc, char *argv[]) (unsigned long) packet.xid, xid); continue; } + /* Ignore packets that aren't for us */ if (memcmp(packet.chaddr, client_config.arp, 6)) { DEBUG(LOG_INFO, "packet does not have our chaddr -- ignoring"); |