diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-06 17:36:26 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-06 17:36:26 +0100 |
commit | e91dca0fc97388d7d7b567d54c7a9e4702a5f65f (patch) | |
tree | 5e2cb16f199740e017cebe22113e53aaaefcc949 | |
parent | 55e35bf938fcdf95f59950bae2674f1606e306c3 (diff) | |
download | rspamd-e91dca0fc97388d7d7b567d54c7a9e4702a5f65f.tar.gz rspamd-e91dca0fc97388d7d7b567d54c7a9e4702a5f65f.zip |
Another buffers fix.
-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"); |