chiark / gitweb /
bus: use GREEDY_REALLOC() when allocating message queues
[elogind.git] / src / backlight / backlight.c
index e8cdad61edad67b2b34aab8d82d10f4f11879f94..bf767038ee9f63f46b5b5ddb172b503441a3ca39 100644 (file)
@@ -290,7 +290,7 @@ int main(int argc, char *argv[]) {
          * device probing should be complete), so that the validity
          * check at boot time doesn't have to be reliable. */
 
-        if (streq(argv[1], "load")) {
+        if (streq(argv[1], "load") && shall_restore_state()) {
                 _cleanup_free_ char *value = NULL;
 
                 if (!validate_device(udev, device))