1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Fix spelling error that keeps this from compiling with KERBEROS & SKEY

defined.

Submitted by:	Mark Murray <mark@grondar.za>
This commit is contained in:
Rodney W. Grimes 1995-04-16 20:00:21 +00:00
parent d65a0f6ebd
commit a164d484cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7893

View File

@ -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