This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=2b2720392a2ec397ee47df3d28a4c3d4a4ef022a The branch, master has been updated via 2b2720392a2ec397ee47df3d28a4c3d4a4ef022a (commit) from 47c7c1b3f9e05743da3e30a8f9d34722e92ac223 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2b2720392a2ec397ee47df3d28a4c3d4a4ef022a Author: Simon Josefsson <[email protected]> Date: Mon Mar 8 16:00:35 2010 +0100 Drop junk. ----------------------------------------------------------------------- Summary of changes: lib/gs2/server.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/lib/gs2/server.c b/lib/gs2/server.c index 5f0c494..c550954 100644 --- a/lib/gs2/server.c +++ b/lib/gs2/server.c @@ -159,14 +159,6 @@ _gsasl_gs2_server_step (Gsasl_session * sctx, if (maj_stat != GSS_S_COMPLETE && maj_stat != GSS_S_CONTINUE_NEEDED) return GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR; - /* XXX check wrap token */ - - if (ret_flags & GSS_C_PROT_READY_FLAG) - { - puts ("prot_ready"); - /* XXX gss_wrap token */ - } - maj_stat = gss_release_buffer (&min_stat, &bufdesc2); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
