From 9f2e93e57db76f2836725d989dbc35a3298d25f9 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 16 Apr 1995 20:00:21 +0000 Subject: Fix spelling error that keeps this from compiling with KERBEROS & SKEY defined. Submitted by: Mark Murray --- usr.bin/login/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') 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 -- cgit v1.1