]> source.dussan.org Git - rspamd.git/commitdiff
Increase buffer for output.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Fri, 22 Jul 2011 11:50:09 +0000 (15:50 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Fri, 22 Jul 2011 11:50:09 +0000 (15:50 +0400)
src/controller.c

index 8c9da3bb97b9427b734c971da657f20aa33b13cb..4cf80342ed22ba2588883c162b4d83640f151b5c 100644 (file)
@@ -1088,7 +1088,7 @@ controller_write_socket (void *arg)
 {
        struct controller_session      *session = (struct controller_session *)arg;
        gint                            i;
-       gchar                           out_buf[64];
+       gchar                           out_buf[1024];
        GError                         *err = NULL;
 
        if (session->state == STATE_QUIT) {