diff options
-rw-r--r-- | loginutils/su.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loginutils/su.c b/loginutils/su.c index c51f26f70..f8125054a 100644 --- a/loginutils/su.c +++ b/loginutils/su.c | |||
@@ -101,6 +101,7 @@ int su_main(int argc UNUSED_PARAM, char **argv) | |||
101 | if (ENABLE_FEATURE_SU_SYSLOG) | 101 | if (ENABLE_FEATURE_SU_SYSLOG) |
102 | syslog(LOG_NOTICE, "%c %s %s:%s", | 102 | syslog(LOG_NOTICE, "%c %s %s:%s", |
103 | '-', tty, old_user, opt_username); | 103 | '-', tty, old_user, opt_username); |
104 | bb_do_delay(LOGIN_FAIL_DELAY); | ||
104 | bb_error_msg_and_die("incorrect password"); | 105 | bb_error_msg_and_die("incorrect password"); |
105 | } | 106 | } |
106 | 107 | ||