[BusyBox] SVN revision 10880 is a dup of 10407

Keith Smith keith at pharos.co.nz
Thu Jul 21 19:48:10 UTC 2005


To the powers that be (i.e. those with SVN commit privileges)

Revision 10880 applies a duplicate patch to networking/udhcp/dhcpc.c.


--- /trunk/busybox/networking/udhcp/dhcpc.c     2005/07/20 19:07:27 
10879
+++ trunk/busybox/networking/udhcp/dhcpc.c      2005/07/20 19:13:21 
10880
@@ -443,6 +443,11 @@
                         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;
+                       }
+
                         if ((message = get_option(&packet, 
DHCP_MESSAGE_TYPE)) == NULL) {
                                 DEBUG(LOG_ERR, "couldnt get option from 
packet -- ignoring");
                                 continue;


For the record, I think this situation resulted because I (am not 
able)/(am too stupid to figure out how) to flag as resolved an issue 
that I raised in the bug tracker.

Cheers
Keith



More information about the busybox mailing list