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=261c29160083f69c82dd319ee9625699888def3f The branch, master has been updated via 261c29160083f69c82dd319ee9625699888def3f (commit) from 01f511bbbacefe73229c7eef45d4f7059826fde2 (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 261c29160083f69c82dd319ee9625699888def3f Author: Simon Josefsson <[email protected]> Date: Wed Mar 28 12:18:08 2012 +0200 Fix debug info. ----------------------------------------------------------------------- Summary of changes: examples/openid20/smtp-server-openid20.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/openid20/smtp-server-openid20.c b/examples/openid20/smtp-server-openid20.c index c3e56a8..b37b15a 100644 --- a/examples/openid20/smtp-server-openid20.c +++ b/examples/openid20/smtp-server-openid20.c @@ -255,9 +255,9 @@ gettrimline (char **line, size_t * n, FILE * fh) (*line)[strlen (*line) - 1] = '\0'; if ((*line)[strlen (*line) - 1] == '\r') (*line)[strlen (*line) - 1] = '\0'; - } - printf ("C: %s\n", *line); + printf ("C: %s\n", *line); + } return s; } hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
