X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fsensors.c;fp=src%2Fsensors.c;h=47db4e334581b912644a53d480fac0795a323cdb;hp=ddd09d9b4e6d8004f0586d2964776ae6c0c2e975;hb=a396da422740caf336a6d594515e8d80de6f440a;hpb=6c170c99262c1d9678943122428f6d9f1353aaf6 diff --git a/src/sensors.c b/src/sensors.c index ddd09d9b..47db4e33 100644 --- a/src/sensors.c +++ b/src/sensors.c @@ -157,7 +157,7 @@ typedef struct featurelist { struct featurelist *next; } featurelist_t; -static char *conffile = NULL; +static char *conffile; static bool use_labels; /* #endif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500) */ @@ -166,7 +166,7 @@ static bool use_labels; "as bug." #endif -static featurelist_t *first_feature = NULL; +static featurelist_t *first_feature; static ignorelist_t *sensor_list; #if SENSORS_API_VERSION < 0x400