(repl_mutual): don't set kerberos error where there was no kerberos error

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12496 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-22 19:53:43 +00:00
parent 59a9e85922
commit 32752ea144
2 changed files with 2 additions and 4 deletions

View File

@@ -527,8 +527,7 @@ repl_mutual
seq_number, 0);
if (ret) {
HEIMDAL_MUTEX_unlock(&(*context_handle)->ctx_id_mutex);
gssapi_krb5_set_error_string ();
return GSS_S_FAILURE;
return ret;
}
(*context_handle)->more_flags |= OPEN;