don't reset handle twice

This commit is contained in:
Love Hornquist Astrand
2009-08-27 18:20:18 -07:00
parent 74538fc2af
commit 9a4e91b1de

View File

@@ -142,7 +142,6 @@ OM_uint32 _gss_spnego_internal_delete_sec_context
HEIMDAL_MUTEX_destroy(&ctx->ctx_id_mutex);
free(ctx);
*context_handle = NULL;
return ret;
}