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:
Richard Hughes 2012-10-03 16:20:20 +01:00
parent 08c3ffc82a
commit fd32f0be0f

View file

@ -567,7 +567,7 @@ skip:
out:
g_free (data);
g_strfreev (lines);
return TRUE;
return ret;
}
/**