--- src/thd_sensor.cpp.orig 2018-04-20 10:23:54.571949701 +1200 +++ src/thd_sensor.cpp 2018-04-20 10:24:17.291460842 +1200 @@ -28,7 +28,7 @@ cthd_sensor::cthd_sensor(int _index, std::string control_path, std::string _type_str, int _type) : index(_index), type(_type), sensor_sysfs(control_path.c_str()), sensor_active( - false), type_str(_type_str), async_capable(false), virtual_sensor(false), thresholds(0) { + false), type_str(_type_str), async_capable(false), virtual_sensor(false), temp_unreadable(false), thresholds(0) { }