]> source.dussan.org Git - rspamd.git/commitdiff
Fix misprint in operator.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 6 Jun 2013 16:14:48 +0000 (17:14 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 6 Jun 2013 16:14:48 +0000 (17:14 +0100)
src/worker.c

index 828d2b4ccf903d9b0abf8b54c088261e66c96def..f040729f1e8233cbbec0208fc5b45fcd07d3d440 100644 (file)
@@ -308,7 +308,7 @@ read_socket (f_str_t * in, void *arg)
                        task->dispatcher->want_read = FALSE;
                }
                else {
-                       if (!task->dispatcher->want_read && in->len == 0) {
+                       if (task->dispatcher->want_read && in->len == 0) {
                                /*
                                 * Skip initial zero length string remain from
                                 * buffer policy switch