X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Firq.c;h=aa6ac04b0ba229bd4108e439501aaf29c0f8c1ab;hp=f8cf37cab60938684027e2ac5400ffd028a2c7f1;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=4c4988b1c5d33ed70b2d6d6e5a4eae13cab9255b diff --git a/src/irq.c b/src/irq.c index f8cf37ca..aa6ac04b 100644 --- a/src/irq.c +++ b/src/irq.c @@ -37,7 +37,7 @@ static const char *config_keys[] = {"Irq", "IgnoreSelected"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static ignorelist_t *ignorelist = NULL; +static ignorelist_t *ignorelist; /* * Private functions