]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Use proper handler for map watch timeout configuration.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 3 Feb 2013 13:24:37 +0000 (17:24 +0400)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 3 Feb 2013 13:24:37 +0000 (17:24 +0400)
src/cfg_xml.c

index ea42e1ae254255ced5fec67c73264c4672521ab5..3227728256e81aaf2ef5cb20b520e9fcfc9938ca 100644 (file)
@@ -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
                        },