do krb5_afslog when compling with afs support

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11868 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-03-18 14:18:56 +00:00
parent b36825768d
commit 7f03375e74
2 changed files with 9 additions and 7 deletions

View File

@@ -603,9 +603,9 @@ verify_krb5(const char *password)
}
krb5_free_principal(context, mcred.server);
}
#endif
if (k_hasafs())
krb5_afslog(context, id, NULL, NULL);
#endif
return 0;
}
if (ret != KRB5KRB_AP_ERR_MODIFIED)