diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2009-11-04 13:06:09 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2009-11-04 13:06:09 +0000 |
| commit | e4e76802b8452d9e11740a5e4ff6fd6b5e2179cb (patch) | |
| tree | 214860ac9f7d4ce769360c51e8228364e574d15c | |
| parent | efab19fed7865d9eeb03702d2548b6425698e2cb (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c index 0559d1558c4d..7fba019153b7 100644 --- a/sys/boot/common/commands.c +++ b/sys/boot/common/commands.c @@ -150,6 +150,7 @@ command_help(int argc, char *argv[]) break; default: command_errmsg = "usage is 'help <topic> [<subtopic>]"; + close(hfd); return(CMD_ERROR); } |
