projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8de331d
)
remove duplicate check against chaddr.
author
Paul Fox
<pgf@brightstareng.com>
Thu, 21 Jul 2005 20:23:56 +0000
(20:23 -0000)
committer
Paul Fox
<pgf@brightstareng.com>
Thu, 21 Jul 2005 20:23:56 +0000
(20:23 -0000)
networking/udhcp/dhcpc.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/dhcpc.c
b/networking/udhcp/dhcpc.c
index 7d50a72ed50788a607037ef23ec68e1f595e7d6d..eeaf5531de0337c69b812fd3a89bfd0fdeaede27 100644
(file)
--- a/
networking/udhcp/dhcpc.c
+++ b/
networking/udhcp/dhcpc.c
@@
-440,9
+440,6
@@
int main(int argc, char *argv[])
continue;
}
/* Ignore packets that aren't for us */
- if (memcmp(client_config.arp,packet.chaddr,6))
- continue;
-
if (memcmp(packet.chaddr, client_config.arp, 6)) {
DEBUG(LOG_INFO, "packet does not have our chaddr -- ignoring");
continue;