chiark / gitweb /
conf-parser: warn if an assignment is place outside of a section
[elogind.git] / src / manager.c
index 19e54417221fdfeb969b5703af979fb9e5cf0cd2..74bd740747800217ec2911d6be0c8e903753514b 100644 (file)
@@ -2943,7 +2943,7 @@ bool manager_is_booting_or_shutting_down(Manager *m) {
         assert(m);
 
         /* Is the initial job still around? */
-        if (manager_get_job(m, 1))
+        if (manager_get_job(m, m->default_unit_job_id))
                 return true;
 
         /* Is there a job for the shutdown target? */