projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1298c12
)
timediff match: Register the correct match name.
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
673c8d9
..
4ac944a
100644
(file)
--- a/
src/match_timediff.c
+++ b/
src/match_timediff.c
@@
-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 : */