aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-21 09:05:49 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-21 09:05:49 +0000
commit9d9cecfd633b58fb493e5ab9f9472ada7f772627 (patch)
treefef069457cf592936b08a5cf758e944d35f0fbf1 /networking
parent3c8bca364d640976f0d8829c0b1bb2a414778acc (diff)
downloadbusybox-w32-9d9cecfd633b58fb493e5ab9f9472ada7f772627.tar.gz
busybox-w32-9d9cecfd633b58fb493e5ab9f9472ada7f772627.tar.bz2
busybox-w32-9d9cecfd633b58fb493e5ab9f9472ada7f772627.zip
Fix a silly bug I introduced yesterday
Diffstat (limited to 'networking')
-rw-r--r--networking/ifconfig.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index 63d88bc2c..ef6a6f746 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -15,7 +15,7 @@
15 * Foundation; either version 2 of the License, or (at 15 * Foundation; either version 2 of the License, or (at
16 * your option) any later version. 16 * your option) any later version.
17 * 17 *
18 * $Id: ifconfig.c,v 1.25 2003/06/20 09:23:34 andersen Exp $ 18 * $Id: ifconfig.c,v 1.26 2003/06/21 09:05:49 andersen Exp $
19 * 19 *
20 */ 20 */
21 21
@@ -306,8 +306,10 @@ int ifconfig_main(int argc, char **argv)
306 306
307 goterr = 0; 307 goterr = 0;
308 did_flags = 0; 308 did_flags = 0;
309#ifdef CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
309 sai_hostname = 0; 310 sai_hostname = 0;
310 sai_netmask = 0; 311 sai_netmask = 0;
312#endif
311 313
312 /* skip argv[0] */ 314 /* skip argv[0] */
313 ++argv; 315 ++argv;