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=da2e9336523cf702f0a6b36897d90cd53463b89f The branch, master has been updated via da2e9336523cf702f0a6b36897d90cd53463b89f (commit) from 7bfecc599be4ab68bedf09868e5fef756089ec1d (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 da2e9336523cf702f0a6b36897d90cd53463b89f Author: Simon Josefsson <[email protected]> Date: Fri Sep 11 12:40:29 2009 +0200 Silence warning. ----------------------------------------------------------------------- Summary of changes: tests/scram.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tests/scram.c b/tests/scram.c index 8a11ef5..ef96c34 100644 --- a/tests/scram.c +++ b/tests/scram.c @@ -80,6 +80,9 @@ callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) } break; + case GSASL_SCRAM_SALTED_PASSWORD: + break; + default: fail ("Unknown callback property %d\n", prop); break; hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
