Validate krb5_init_context

This commit is contained in:
Kurt Zeilenga 2000-01-10 21:37:04 +00:00
parent 38f0b890ab
commit 34fe70cc71

View File

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