From 552e94aa29805f8307f6216170eb6a202db6e12f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 8 Mar 2014 22:13:28 +0000 Subject: Remove warning. --- src/cfg_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfg_utils.c b/src/cfg_utils.c index 4bfbddb2e..316b649cc 100644 --- a/src/cfg_utils.c +++ b/src/cfg_utils.c @@ -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; -- cgit v1.2.3