svn commit: trunk/busybox/networking

vda at busybox.net vda at busybox.net
Wed Apr 16 15:01:49 UTC 2008


Author: vda
Date: 2008-04-16 08:01:48 -0700 (Wed, 16 Apr 2008)
New Revision: 21746

Log:
arping: remove superfluous assignment



Modified:
   trunk/busybox/networking/arping.c


Changeset:
Modified: trunk/busybox/networking/arping.c
===================================================================
--- trunk/busybox/networking/arping.c	2008-04-16 14:24:58 UTC (rev 21745)
+++ trunk/busybox/networking/arping.c	2008-04-16 15:01:48 UTC (rev 21746)
@@ -75,7 +75,6 @@
 	struct arphdr *ah = (struct arphdr *) buf;
 	unsigned char *p = (unsigned char *) (ah + 1);
 
-	ah->ar_hrd = htons(ME->sll_hatype);
 	ah->ar_hrd = htons(ARPHRD_ETHER);
 	ah->ar_pro = htons(ETH_P_IP);
 	ah->ar_hln = ME->sll_halen;




More information about the busybox-cvs mailing list