switch to krb5_clear_error_message

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23913 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-14 02:56:07 +00:00
parent 8cf907f08a
commit cdc2b37670
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -584,7 +584,7 @@ hdb_set_master_keyfile (krb5_context context,
if (ret) {
if (ret != ENOENT)
return ret;
krb5_clear_error_string(context);
krb5_clear_error_message(context);
return 0;
}
db->hdb_master_key = key;