src/filter_chain.[ch]: Implement the built-in `return' target.
[collectd.git] / src / target_set.c
index e328da3..70b0fdf 100644 (file)
@@ -249,7 +249,7 @@ static int ts_invoke (const data_set_t *ds, value_list_t *vl, /* {{{ */
   /* SET_FIELD (type); */
   SET_FIELD (type_instance);
 
-  return (0);
+  return (FC_TARGET_CONTINUE);
 } /* }}} int ts_invoke */
 
 void module_register (void)