switch to krb5_clear_error_message
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23916 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -132,7 +132,7 @@ get_user_ccache(const ntlm_name name, char **username, struct ntlm_buf *key)
|
|||||||
|
|
||||||
asprintf(&confname, "ntlm-key-%s", name->domain);
|
asprintf(&confname, "ntlm-key-%s", name->domain);
|
||||||
if (confname == NULL) {
|
if (confname == NULL) {
|
||||||
krb5_clear_error_string(context);
|
krb5_clear_error_message(context);
|
||||||
ret = ENOMEM;
|
ret = ENOMEM;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user