summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-20 23:07:10 +0000
committerwollman <wollman@FreeBSD.org>1995-01-20 23:07:10 +0000
commitcc0c7809c4134cf608f6a969eb23c674b0eeae29 (patch)
tree945890188e7eab4da473101fd984893b12575247 /usr.bin/login
parentf9ad4845f2325e474b4adf99344e6134ebb0ae77 (diff)
downloadFreeBSD-src-cc0c7809c4134cf608f6a969eb23c674b0eeae29.zip
FreeBSD-src-cc0c7809c4134cf608f6a969eb23c674b0eeae29.tar.gz
In the non-PARANOID case, make sure to set `notickets' to 0 sothat login.c
doesn't complain.
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/klogin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/login/klogin.c b/usr.bin/login/klogin.c
index f9c2163..953d35a 100644
--- a/usr.bin/login/klogin.c
+++ b/usr.bin/login/klogin.c
@@ -195,6 +195,7 @@ klogin(pw, instance, localhost, password)
dest_tkt();
return (1);
#else
+ notickets = 0;
return (0);
#endif
}
OpenPOWER on IntegriCloud