src/utils_ignorelist.c: ignorelist_match: Allow the `ignorelist' to be NULL.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 29 Mar 2008 08:57:13 +0000 (09:57 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 29 Mar 2008 08:57:13 +0000 (09:57 +0100)
commit9451dd777d3adb37e51f34a48f772e66d54b1f85
treeee2d4337bd3e0cb669c1816ac54e15e3cb8929f7
parent229097acbb687d03bfd67650f3810ce94e8bd353
src/utils_ignorelist.c: ignorelist_match: Allow the `ignorelist' to be NULL.

This makes calling the function easier, because initialization of the
ignorelist in the plugin usually depends on configuration parameters..
src/utils_ignorelist.c