diff options
-rw-r--r-- | loginutils/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/login.c b/loginutils/login.c index 3050c4c9c..4a7f13ae8 100644 --- a/loginutils/login.c +++ b/loginutils/login.c | |||
@@ -325,7 +325,7 @@ static int check_tty ( const char *tty ) | |||
325 | return 0; | 325 | return 0; |
326 | } | 326 | } |
327 | /* A missing securetty file is not an error. */ | 327 | /* A missing securetty file is not an error. */ |
328 | return 0; | 328 | return 1; |
329 | } | 329 | } |
330 | 330 | ||
331 | #endif | 331 | #endif |