]> source.dussan.org Git - rspamd.git/commitdiff
Remove warning.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 8 Mar 2014 22:13:28 +0000 (22:13 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 8 Mar 2014 22:13:28 +0000 (22:13 +0000)
src/cfg_utils.c

index 4bfbddb2ec4e25ad240c9b70b5fc364c78114fa2..316b649cc540e1d2930fc55aa62c3b5b548064a2 100644 (file)
@@ -197,7 +197,7 @@ parse_bind_line (struct config_file *cfg, struct worker_conf *cf, const gchar *s
 {
        struct rspamd_worker_bind_conf *cnf;
        gchar **tokens, *tmp, *err;
-       gboolean ret;
+       gboolean ret = TRUE;
 
        if (str == NULL) {
                return FALSE;