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 <[email protected]> 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 _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
