X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.c;h=3bfcdd2733a27146fdfc0fd6e0098f16ac363d6f;hp=fdf17bbb826d0a8615ed3a832dda39aa80499a12;hb=ab082f57780b5acb5b1305d82309a1dea8c026a1;hpb=1859633d8b1992949693121f95e9b87d527f942c diff --git a/loaders.c b/loaders.c index fdf17bbb..3bfcdd27 100644 --- a/loaders.c +++ b/loaders.c @@ -1226,7 +1226,9 @@ int load_one_re_filterfile(struct client_state *csp, int fileid) bl = new_bl; log_error(LOG_LEVEL_RE_FILTER, "Reading in filter \"%s\" (\"%s\")", bl->name, bl->description); - +#ifdef FEATURE_EXTENDED_STATISTICS + register_filter_for_statistics(bl->name); +#endif freez(buf); continue; }