diff --git a/commands/boot.c b/commands/boot.c index 4a839790d..468d47388 100644 --- a/commands/boot.c +++ b/commands/boot.c @@ -446,7 +446,6 @@ static int do_boot(int argc, char *argv[]) ret = boot(sources[i]); if (!ret) break; - goto out; } out: