From: Oleksii Shevchuk Date: Tue, 15 Jan 2013 10:58:42 +0000 (+0200) Subject: Typo fix X-Git-Tag: v198~541 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=69bd386c4c0618d686e1b5ac01c0e9658b1539b6;hp=236bc7573a400b77e515c441a34419b133d11b18;p=elogind.git Typo fix --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d56b4d61e..66d031dae 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 (