timediff match: Register the correct match name.
authorBruno Prémont <bonbons@linux-vserver.org>
Mon, 16 Mar 2009 08:18:42 +0000 (09:18 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 16 Mar 2009 08:18:42 +0000 (09:18 +0100)
src/match_timediff.c

index 673c8d9..4ac944a 100644 (file)
@@ -163,7 +163,7 @@ void module_register (void)
   mproc.create  = mt_create;
   mproc.destroy = mt_destroy;
   mproc.match   = mt_match;
-  fc_register_match ("value", mproc);
+  fc_register_match ("timediff", mproc);
 } /* module_register */
 
 /* vim: set sw=2 sts=2 tw=78 et fdm=marker : */