summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/login/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c
index 86e8c84..d7eed84 100644
--- a/usr.bin/login/login.c
+++ b/usr.bin/login/login.c
@@ -281,7 +281,7 @@ main(argc, argv)
* links, but we have no way of determining if the
* link is encrypted.
*/
- if (!permit_password) {
+ if (!permit_passwd) {
rval = 1; /* failed */
} else
#endif
OpenPOWER on IntegriCloud