mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +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:
parent
d65a0f6ebd
commit
a164d484cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7893
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user