aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-06-06 17:36:26 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-06-06 17:36:26 +0100
commite91dca0fc97388d7d7b567d54c7a9e4702a5f65f (patch)
tree5e2cb16f199740e017cebe22113e53aaaefcc949
parent55e35bf938fcdf95f59950bae2674f1606e306c3 (diff)
downloadrspamd-e91dca0fc97388d7d7b567d54c7a9e4702a5f65f.tar.gz
rspamd-e91dca0fc97388d7d7b567d54c7a9e4702a5f65f.zip
Another buffers fix.
-rw-r--r--src/buffer.c1
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");