chiark / gitweb /
Typo fix
[elogind.git] / src / systemctl / systemctl.c
index d56b4d61e226835e14c358f9f1d4314779d913f1..66d031dae82aeaf28d366a56c1a9b56098d251c2 100644 (file)
@@ -1042,7 +1042,7 @@ static bool need_daemon_reload(DBusConnection *bus, const char *unit) {
         /* We ignore all errors here, since this is used to show a warning only */
 
         n = unit_name_mangle(unit);
-        if (n)
+        if (!n)
                 return log_oom();
 
         r = bus_method_call_with_reply (