summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1298c12)
raw | patch | inline | side by side (parent: 1298c12)
author | Bruno Prémont <bonbons@linux-vserver.org> | |
Mon, 16 Mar 2009 08:18:42 +0000 (09:18 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 16 Mar 2009 08:18:42 +0000 (09:18 +0100) |
src/match_timediff.c | patch | blob | history |
diff --git a/src/match_timediff.c b/src/match_timediff.c
index 673c8d9def7a93ebf747faa20a42ba9bdcd35fba..4ac944afe3dfb58f45b9df2ecea2e1300d5cadec 100644 (file)
--- a/src/match_timediff.c
+++ b/src/match_timediff.c
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 : */