gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-2-83-gda2e933


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-2-83-gda2e933
Date: Fri, 11 Sep 2009 10:40:35 +0000

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 <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]