]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Another buffers fix.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 6 Jun 2013 16:36:26 +0000 (17:36 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 6 Jun 2013 16:36:26 +0000 (17:36 +0100)
src/buffer.c

index 5912f7040d816aa84b7291ed4db7b0457f6f5961..3d40902f13c332199a5533a6a465783a9cf665f7 100644 (file)
@@ -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");