git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1175 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-01-19 05:21:48 +00:00
parent 92ebcc09c3
commit 4992beda94

View File

@@ -17,7 +17,7 @@ krb5_mk_req(krb5_context context,
Authenticator *auth;
krb5_data realm_data, authenticator;
if (auth_context == NULL) {
if (*auth_context == NULL) {
r = krb5_auth_con_init(context, auth_context);
if (r)
return r;