commit | 69b5756594452619acf5831a8fff173ec62ca83c | [log] [tgz] |
---|---|---|
author | Robert Griebl <griebl@gmx.de> | Tue Dec 03 19:54:12 2002 +0000 |
committer | Robert Griebl <griebl@gmx.de> | Tue Dec 03 19:54:12 2002 +0000 |
tree | 3f17625876da022b2126e0939e1af93a92c912b6 | |
parent | 09adaca37d6bd67745c1c81c598ba25006f990b4 [diff] |
A missing /etc/securetty is not an error when checking the tty name - the comment is right, but the code was wrong ..
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 @@ return 0; } /* A missing securetty file is not an error. */ - return 0; + return 1; } #endif