summaryrefslogtreecommitdiffstats
path: root/commands/login.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/login.c')
-rw-r--r--commands/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/login.c b/commands/login.c
index b616bf15fc..d9297fa370 100644
--- a/commands/login.c
+++ b/commands/login.c
@@ -68,7 +68,7 @@ static int do_login(int argc, char *argv[])
if (passwd_len < 0) {
console_allow_input(false);
- run_command(timeout_cmd, 0);
+ run_command(timeout_cmd);
}
if (check_passwd(passwd, passwd_len))