Fix typo (missing paren) affecting KRB4 && KRB5 case.
Approved by: des
This commit is contained in:
parent
3c1a6de57e
commit
26241f6368
@ -192,7 +192,7 @@ fill_default_server_options(ServerOptions *options)
|
|||||||
#elif defined(KRB5)
|
#elif defined(KRB5)
|
||||||
if (options->kerberos_authentication == -1)
|
if (options->kerberos_authentication == -1)
|
||||||
options->kerberos_authentication =
|
options->kerberos_authentication =
|
||||||
(access(krb5_defkeyname, R_OK) == 0);
|
(access(krb5_defkeyname, R_OK) == 0));
|
||||||
#endif
|
#endif
|
||||||
#if defined(KRB4) || defined(KRB5)
|
#if defined(KRB4) || defined(KRB5)
|
||||||
if (options->kerberos_or_local_passwd == -1)
|
if (options->kerberos_or_local_passwd == -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user