1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-14 04:58:28 +03:00
This commit is contained in:
Oleksii Shevchuk 2013-01-15 12:58:42 +02:00 committed by Dave Reisner
parent 236bc7573a
commit 69bd386c4c

View 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 (