mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Validate krb5_init_context
This commit is contained in:
parent
38f0b890ab
commit
34fe70cc71
@ -614,7 +614,7 @@ static int chk_kerberos(
|
||||
krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP};
|
||||
#endif
|
||||
|
||||
krb5_init_context( &context );
|
||||
ret = krb5_init_context( &context );
|
||||
if (ret) {
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user