fixed type
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1265 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -9,7 +9,7 @@ krb5_auth_con_init(krb5_context context,
|
||||
if(!p)
|
||||
return ENOMEM;
|
||||
memset(p, 0, sizeof(*p));
|
||||
p->authenticator = ALLOC(1, krb5_authenticator);
|
||||
p->authenticator = ALLOC(1, krb5_authenticator_data);
|
||||
if (!p->authenticator)
|
||||
return ENOMEM;
|
||||
*auth_context = p;
|
||||
|
Reference in New Issue
Block a user