From 4992beda94b45d44a4d878060b54e1699ef9e487 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 19 Jan 1997 05:21:48 +0000 Subject: [PATCH] bug git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1175 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/mk_req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/mk_req.c b/lib/krb5/mk_req.c index 78744f5fd..b113fe95e 100644 --- a/lib/krb5/mk_req.c +++ b/lib/krb5/mk_req.c @@ -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;