commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. release-3.0-26-gf8a0fd0


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-3.0-26-gf8a0fd0
Date: Tue, 6 Dec 2016 12:42:49 +0000 (UTC)

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 Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=f8a0fd0fdb20fdb607343d932f19e650dfd8f1d2

The branch, master has been updated
       via  f8a0fd0fdb20fdb607343d932f19e650dfd8f1d2 (commit)
      from  3d7a66aeb49cadc0f4faffa465ef994539629aa9 (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 f8a0fd0fdb20fdb607343d932f19e650dfd8f1d2
Author: Sergey Poznyakoff <address@hidden>
Date:   Tue Dec 6 10:12:14 2016 +0200

    Bugfix
    
    * libmailutils/stream/stream.c (mu_stream_ioctl): Don't flush read
    buffer.

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

Summary of changes:
 libmailutils/stream/stream.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmailutils/stream/stream.c b/libmailutils/stream/stream.c
index 0ddc435..2ab2cbe 100644
--- a/libmailutils/stream/stream.c
+++ b/libmailutils/stream/stream.c
@@ -1160,7 +1160,7 @@ mu_stream_ioctl (mu_stream_t stream, int family, int 
opcode, void *ptr)
 {
   int rc;
   _bootstrap_event (stream);
-  if ((rc = _stream_flush_buffer (stream, _MU_STR_FLUSH_ALL)))
+  if ((rc = _stream_flush_buffer (stream, 
_MU_STR_FLUSH_ALL|_MU_STR_FLUSH_KEEP)))
     return rc;
   if (stream->ctl == NULL)
     return ENOSYS;


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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