diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index d56b4d6..66d031d 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -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 (
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to