mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
i8k: do not consider failing to open /proc/i8k fatal
this also fixes the segfault that would happen in the main loop after `clean_up_without_threads` (#945)
This commit is contained in:
parent
804631f848
commit
48154e9805
@ -64,7 +64,6 @@ int update_i8k(void) {
|
|||||||
NORM_ERR(
|
NORM_ERR(
|
||||||
"/proc/i8k doesn't exist! use insmod to make sure the kernel driver is "
|
"/proc/i8k doesn't exist! use insmod to make sure the kernel driver is "
|
||||||
"loaded...");
|
"loaded...");
|
||||||
clean_up_without_threads(nullptr, NULL);
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user