summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/net.c b/commands/net.c
index 2b949f252c..f25a35d2f1 100644
--- a/commands/net.c
+++ b/commands/net.c
@@ -189,8 +189,6 @@ netboot_common (proto_t proto, cmd_tbl_t *cmdtp, int argc, char *argv[])
return 1;
}
- safe_strncpy (BootFile, remotefile, sizeof(BootFile));
-
if (NetLoopInit(proto) < 0)
goto out;