don't use NULL where we mean 0
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9906 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1316,7 +1316,7 @@ find_rpath(Realm r)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
krb5_boolean
|
static krb5_boolean
|
||||||
need_referral(krb5_principal server, krb5_realm **realms)
|
need_referral(krb5_principal server, krb5_realm **realms)
|
||||||
{
|
{
|
||||||
if(server->name.name_type != KRB5_NT_SRV_INST ||
|
if(server->name.name_type != KRB5_NT_SRV_INST ||
|
||||||
@@ -1437,9 +1437,7 @@ tgs_rep2(KDC_REQ_BODY *b,
|
|||||||
ret = krb5_auth_getauthenticator(context, ac, &auth);
|
ret = krb5_auth_getauthenticator(context, ac, &auth);
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
*csec = &auth->ctime;
|
*csec = &auth->ctime;
|
||||||
auth->ctime = NULL;
|
|
||||||
*cusec = &auth->cusec;
|
*cusec = &auth->cusec;
|
||||||
auth->cusec = NULL;
|
|
||||||
krb5_free_authenticator(context, &auth);
|
krb5_free_authenticator(context, &auth);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user