9
0
Fork 0

svn_rev_229

remove unused label
This commit is contained in:
Sascha Hauer 2007-07-05 18:01:35 +02:00 committed by Sascha Hauer
parent fae2a2bd07
commit b5abad1213
1 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,7 @@
#include <watchdog.h>
#include <command.h>
#include <net.h>
#include <param.h>
#include "bootp.h"
#include "tftp.h"
#include "rarp.h"
@ -1373,7 +1374,6 @@ static int net_check_prereq (proto_t protocol)
puts ("*** ERROR: `serverip' not set\n");
return (1);
}
common:
if (NetOurIP == 0) {
puts ("*** ERROR: `ipaddr' not set\n");