From 4ed3dbe8379cd3e7cf58a58ef8297b8a77fddc2a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 23 Sep 2017 23:51:38 -0600 Subject: [PATCH] hook: reverte change for making decimate hook compatible in path --- lib/hooks/decimate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hooks/decimate.c b/lib/hooks/decimate.c index dc2d6df8b..462d775b9 100644 --- a/lib/hooks/decimate.c +++ b/lib/hooks/decimate.c @@ -87,7 +87,6 @@ static struct plugin p = { .init = decimate_init, .parse = decimate_parse, .read = decimate_read, - .process= decimate_read, .size = sizeof(struct decimate) } };