diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-02-03 17:24:37 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-02-03 17:24:37 +0400 |
commit | 658e581713beed4a67d57e04db750bc96a9417ee (patch) | |
tree | 28d7d1bc5c27c7c48e2f1e816ae989bb716c8061 /src/cfg_xml.c | |
parent | 689d0aa5884e7716932d1dbf492bc90acb79fedb (diff) | |
download | rspamd-658e581713beed4a67d57e04db750bc96a9417ee.tar.gz rspamd-658e581713beed4a67d57e04db750bc96a9417ee.zip |
Use proper handler for map watch timeout configuration.
Diffstat (limited to 'src/cfg_xml.c')
-rw-r--r-- | src/cfg_xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_xml.c b/src/cfg_xml.c index ea42e1ae2..322772825 100644 --- a/src/cfg_xml.c +++ b/src/cfg_xml.c @@ -308,7 +308,7 @@ static struct xml_parser_rule grammar[] = { }, { "map_watch_interval", - xml_handle_double, + xml_handle_seconds_double, G_STRUCT_OFFSET (struct config_file, map_timeout), NULL }, |