chiark / gitweb /
loopback-setup: move to rtnl
[elogind.git] / src / core / unit.c
index 201329fc86811d5b5358ba281b399749822b8d61..15e0a820209e7b66a4f6c484aad21f26193957b7 100644 (file)
@@ -1492,7 +1492,7 @@ void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_su
 
                                 if (m->n_on_console == 0)
                                         /* unset no_console_output flag, since the console is free */
-                                        m->no_console_output = 0;
+                                        m->no_console_output = false;
                         } else
                                 m->n_on_console ++;
                 }