[BusyBox-cvs] busybox/networking ifconfig.c,1.25,1.26

Erik Andersen andersen at busybox.net
Sat Jun 21 09:05:53 UTC 2003


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv28338

Modified Files:
	ifconfig.c 
Log Message:
Fix a silly bug I introduced yesterday


Index: ifconfig.c
===================================================================
RCS file: /var/cvs/busybox/networking/ifconfig.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ifconfig.c	20 Jun 2003 09:23:34 -0000	1.25
+++ ifconfig.c	21 Jun 2003 09:05:49 -0000	1.26
@@ -306,8 +306,10 @@
 
 	goterr = 0;
 	did_flags = 0;
+#ifdef CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
 	sai_hostname = 0;
 	sai_netmask = 0;
+#endif
 
 	/* skip argv[0] */
 	++argv;



More information about the busybox-cvs mailing list