mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Validate krb5_init_context
This commit is contained in:
parent
38f0b890ab
commit
34fe70cc71
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue