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=73053872e2875140c892b7ccf6e4df12301d1f32 The branch, master has been updated via 73053872e2875140c892b7ccf6e4df12301d1f32 (commit) from 70e612be00fcb254b5d0e7b2bc2ae2ff1be8905f (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 73053872e2875140c892b7ccf6e4df12301d1f32 Author: Simon Josefsson <[email protected]> Date: Wed Sep 16 17:35:46 2009 +0200 Silence debug warning. ----------------------------------------------------------------------- Summary of changes: src/callbacks.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/callbacks.c b/src/callbacks.c index 8955579..4b41a2e 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -190,6 +190,9 @@ callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) } break; + case GSASL_SCRAM_SALTED_PASSWORD: + break; + default: printf ("Mechanism requested unsupported property `%d'.\n", prop); break; hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
