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:
Johan Danielsson
2001-05-11 11:52:06 +00:00
parent 75a7f11421
commit 3c09910254

View File

@@ -1316,7 +1316,7 @@ find_rpath(Realm r)
}
krb5_boolean
static krb5_boolean
need_referral(krb5_principal server, krb5_realm **realms)
{
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);
if (ret == 0) {
*csec = &auth->ctime;
auth->ctime = NULL;
*cusec = &auth->cusec;
auth->cusec = NULL;
krb5_free_authenticator(context, &auth);
}
}