gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_1-7-g44e31d


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_1-7-g44e31d8
Date: Thu, 23 Sep 2010 08:01:58 +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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=44e31d86e840c3fd70544230ce39bb263d5824e1

The branch, gnutls_2_10_x has been updated
       via  44e31d86e840c3fd70544230ce39bb263d5824e1 (commit)
      from  b7328f7893cf950218819c955ac5a9e422bac827 (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 44e31d86e840c3fd70544230ce39bb263d5824e1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Sep 23 10:01:19 2010 +0200

    fflush stdout and stderr before the call to setbuf. This fixes issue in 
solaris where lines dissappeared from output. Reported and suggested fix by 
Knut Anders Hatlen.

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

Summary of changes:
 src/cli.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/cli.c b/src/cli.c
index d472883..3964a93 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -768,6 +768,9 @@ after_handshake:
   signal (SIGALRM, &starttls_alarm);
 #endif
 
+  fflush(stdout);
+  fflush(stderr);
+
   /* do not buffer */
 #if !(defined _WIN32 || defined __WIN32__)
   setbuf (stdin, NULL);


hooks/post-receive
-- 
GNU gnutls



reply via email to

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