mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-20 07:10:43 +02:00
Do not continue to poll if /proc/timer_stats is not readable
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=826191
This commit is contained in:
parent
08c3ffc82a
commit
fd32f0be0f
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ skip:
|
|||
out:
|
||||
g_free (data);
|
||||
g_strfreev (lines);
|
||||
return TRUE;
|
||||
return ret;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue