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-7-2-21-g83491a7


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-7-2-21-g83491a7
Date: Tue, 03 Apr 2012 09:37:02 +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=83491a7711a291124bcb7d4299da9807ad893b89

The branch, master has been updated
       via  83491a7711a291124bcb7d4299da9807ad893b89 (commit)
      from  60fb2319824bdcba2a3baabb09597a8bda4aecc4 (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 83491a7711a291124bcb7d4299da9807ad893b89
Author: Simon Josefsson <address@hidden>
Date:   Tue Apr 3 11:36:47 2012 +0200

    Don't crash on uninitialized variable.

-----------------------------------------------------------------------

Summary of changes:
 examples/saml20/smtp-server-saml20.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/examples/saml20/smtp-server-saml20.c 
b/examples/saml20/smtp-server-saml20.c
index 8403ea9..35dbb98 100644
--- a/examples/saml20/smtp-server-saml20.c
+++ b/examples/saml20/smtp-server-saml20.c
@@ -200,8 +200,6 @@ callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property 
prop)
                return GSASL_AUTHENTICATION_ERROR;
              }
 
-           gsasl_property_set (sctx, GSASL_AUTHID, line);
-
            rc = asprintf (&tmp, "%s/%s/subject", cfg->state_path, id);
            if (rc <= 0)
              return GSASL_AUTHENTICATION_ERROR;


hooks/post-receive
-- 
GNU gsasl



reply via email to

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