In the non-PARANOID case, make sure to set `notickets' to 0 sothat login.c

doesn't complain.
This commit is contained in:
Garrett Wollman 1995-01-20 23:07:10 +00:00
parent 422c275a72
commit 2ade60ce3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5758
2 changed files with 2 additions and 0 deletions

View file

@ -195,6 +195,7 @@ klogin(pw, instance, localhost, password)
dest_tkt();
return (1);
#else
notickets = 0;
return (0);
#endif
}

View file

@ -195,6 +195,7 @@ klogin(pw, instance, localhost, password)
dest_tkt();
return (1);
#else
notickets = 0;
return (0);
#endif
}