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 3050c4c..4a7f13a 100644 --- a/loginutils/login.c +++ b/loginutils/login.c @@ -325,7 +325,7 @@ static int check_tty ( const char *tty ) return 0; } /* A missing securetty file is not an error. */ - return 0; + return 1; } #endif |