switch to krb5_clear_error_message

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23918 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-14 02:56:58 +00:00
parent 1f77290fb2
commit f537ed70c6
2 changed files with 2 additions and 2 deletions

View File

@@ -352,7 +352,7 @@ store_ntlmkey(krb5_context context, krb5_ccache id,
asprintf(&name, "ntlm-key-%s", domain);
if (name == NULL) {
krb5_clear_error_string(context);
krb5_clear_error_message(context);
return ENOMEM;
}