diff options
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 5912f7040..3d40902f1 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"); |