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-97-g7305387


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-2-97-g7305387
Date: Wed, 16 Sep 2009 15:35:50 +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=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 <address@hidden>
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




reply via email to

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