From 160e66dbb91359346740ae782da965ec35aef7bb Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 20 Mar 2007 18:55:00 +0000 Subject: Typo --- src/usr/autoboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr') diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index 0e606efb..5d017229 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -82,12 +82,12 @@ void netboot ( struct net_device *netdev ) { int rc; /* Open device and display device status */ - if ( ( rc = ifopen ( netdev ) != 0 ) ) + if ( ( rc = ifopen ( netdev ) ) != 0 ) return; ifstat ( netdev ); /* Configure device via DHCP */ - if ( ( rc = dhcp ( netdev ) != 0 ) ) + if ( ( rc = dhcp ( netdev ) ) != 0 ) return; route(); -- cgit v1.2.3-55-g7522