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=99df0e8d14a8947337aef76276573d65a43f6bfd The branch, master has been updated via 99df0e8d14a8947337aef76276573d65a43f6bfd (commit) from 261c29160083f69c82dd319ee9625699888def3f (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 99df0e8d14a8947337aef76276573d65a43f6bfd Author: Simon Josefsson <[email protected]> Date: Wed Mar 28 12:19:02 2012 +0200 Disable stdout buffering (somehow required to pipe output into logger). ----------------------------------------------------------------------- Summary of changes: examples/openid20/smtp-server-openid20.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/examples/openid20/smtp-server-openid20.c b/examples/openid20/smtp-server-openid20.c index b37b15a..0f7e892 100644 --- a/examples/openid20/smtp-server-openid20.c +++ b/examples/openid20/smtp-server-openid20.c @@ -395,6 +395,8 @@ main (int argc, char *argv[]) int yes = 1; Gsasl *ctx; + setvbuf (stdout, NULL, _IONBF, 0); + if (argc != 5) { printf ("Usage: %s PORT STORE-PATH REALM RETURN-TO\n", argv[0]); hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
