X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fsensors.c;h=41cccf1b6b686b6278e0d2b5cd7cd02b579db892;hp=47db4e334581b912644a53d480fac0795a323cdb;hb=ec51ddee94fa2ba1e01fe0e336ccc9c190a198ff;hpb=a396da422740caf336a6d594515e8d80de6f440a diff --git a/src/sensors.c b/src/sensors.c index 47db4e33..41cccf1b 100644 --- a/src/sensors.c +++ b/src/sensors.c @@ -251,7 +251,7 @@ static void sensors_free_features(void) { } static int sensors_load_conf(void) { - static int call_once = 0; + static int call_once; FILE *fh = NULL; featurelist_t *last_feature = NULL;