summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c63edb)
raw | patch | inline | side by side (parent: 2c63edb)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Nov 2008 11:49:25 +0000 (12:49 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Nov 2008 11:49:25 +0000 (12:49 +0100) |
If no <Chain> is defined, send all values to all write plugins.
src/filter_chain.c | patch | blob | history |
diff --git a/src/filter_chain.c b/src/filter_chain.c
index e51e07ec7bb3bdf67c82fa254454d60316cd6b4c..b73d6e13838e9bdf01f8f8535a9c4291c77071a0 100644 (file)
--- a/src/filter_chain.c
+++ b/src/filter_chain.c
if (chain != NULL)
return (fc_process_chain (ds, vl, chain));
- ERROR ("fc_process: TODO: Implement default behavior!");
-
- return (0);
+ return (fc_bit_write_invoke (ds, vl,
+ /* meta = */ NULL, /* user_data = */ NULL));
} /* }}} int fc_process */
int fc_configure (const oconfig_item_t *ci) /* {{{ */