X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Firq.c;h=aa6ac04b0ba229bd4108e439501aaf29c0f8c1ab;hb=b9b5e5d573d0011c4f3276e9b84b73ba4dd2e870;hp=f8cf37cab60938684027e2ac5400ffd028a2c7f1;hpb=7ef225022164d12f4560d03789c9d418b442d4cf;p=collectd.git 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