diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-05 13:17:47 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-05 13:17:47 +0000 |
commit | 2ca6e26fe2e657023e53e50598f9b3b5eef39e23 (patch) | |
tree | 933eb969932d04e2bd605af8e556552c4bfd8ef8 /src/cfg_file.h | |
parent | 7d00ba404e3f7ae703503df765cfa04a6bc7d34f (diff) | |
download | rspamd-2ca6e26fe2e657023e53e50598f9b3b5eef39e23.tar.gz rspamd-2ca6e26fe2e657023e53e50598f9b3b5eef39e23.zip |
Fix unix sockets for workers binding.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index 40500539d..ed45d7d95 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -415,7 +415,7 @@ gboolean parse_host_priority (memory_pool_t *pool, const gchar *str, gchar **add * @param type type of credits * @return 1 if line was successfully parsed and 0 in case of error */ -gboolean parse_bind_line (struct config_file *cfg, struct worker_conf *cf, gchar *str); +gboolean parse_bind_line (struct config_file *cfg, struct worker_conf *cf, const gchar *str); /** * Init default values |