comment tweak
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 19 Nov 2013 12:16:44 +0000 (13:16 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 19 Nov 2013 12:16:44 +0000 (13:16 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/correct_password.c

index d02d0d6a09f5a9beb7fee6b2f4013729c2a09ff4..d39a5839cf2c81e1f82297cc2146842a3bd76146 100644 (file)
@@ -70,7 +70,7 @@ int FAST_FUNC ask_and_check_password_extended(const struct passwd *pw,
  fake_it:
        unencrypted = bb_ask(STDIN_FILENO, timeout, prompt);
        if (!unencrypted) {
-               /* EOF (such as ^D) or error (such as ^C) */
+               /* EOF (such as ^D) or error (such as ^C) or timeout */
                return -1;
        }
        encrypted = pw_encrypt(unencrypted, correct, 1);