From 658e581713beed4a67d57e04db750bc96a9417ee Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 3 Feb 2013 17:24:37 +0400 Subject: Use proper handler for map watch timeout configuration. --- src/cfg_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cfg_xml.c') 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 }, -- cgit v1.2.3