From: Vsevolod Stakhov Date: Thu, 6 Jun 2013 16:36:26 +0000 (+0100) Subject: Another buffers fix. X-Git-Tag: 0.5.6~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91dca0fc97388d7d7b567d54c7a9e4702a5f65f;p=thirdparty%2Frspamd.git Another buffers fix. --- diff --git a/src/buffer.c b/src/buffer.c index 5912f7040d..3d40902f13 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -406,7 +406,6 @@ read_buffers (gint fd, rspamd_io_dispatcher_t * d, gboolean skip_read) return; } } - return; } else if (r == -1 && errno == EAGAIN) { debug_ip("partially read data, retry");