From 8ed9cabb668b8433aec14c03a78907886ef78488 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 19 Sep 2017 21:37:59 +0200 Subject: [PATCH] hook: allow decimate hook to be used in a path --- lib/hooks/decimate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hooks/decimate.c b/lib/hooks/decimate.c index 462d775b9..dc2d6df8b 100644 --- a/lib/hooks/decimate.c +++ b/lib/hooks/decimate.c @@ -87,6 +87,7 @@ static struct plugin p = { .init = decimate_init, .parse = decimate_parse, .read = decimate_read, + .process= decimate_read, .size = sizeof(struct decimate) } };