From: Vsevolod Stakhov Date: Sun, 3 Feb 2013 13:24:37 +0000 (+0400) Subject: Use proper handler for map watch timeout configuration. X-Git-Tag: 0.5.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658e581713beed4a67d57e04db750bc96a9417ee;p=thirdparty%2Frspamd.git Use proper handler for map watch timeout configuration. --- diff --git a/src/cfg_xml.c b/src/cfg_xml.c index ea42e1ae25..3227728256 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 },