X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_ignorelist.c;h=bf39597e914ec0381274e105ac7dfe6686ec3574;hb=939a113b288dfdee7df2263c682d27d7146c6013;hp=f71ac1d7abef01e6336acf9858c1fdea482bce28;hpb=dc80c73c20ef0e69c3850fd9679a827ad79e61a1;p=collectd.git diff --git a/src/utils_ignorelist.c b/src/utils_ignorelist.c index f71ac1d7..bf39597e 100644 --- a/src/utils_ignorelist.c +++ b/src/utils_ignorelist.c @@ -47,6 +47,10 @@ * return; **/ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "common.h" #include "plugin.h" #include "utils_ignorelist.h" @@ -236,8 +240,6 @@ void ignorelist_free (ignorelist_t *il) ignorelist_item_t *this; ignorelist_item_t *next; - DEBUG ("(il = 0x%p)", (void *) il); - if (il == NULL) return;