mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
Typo fix
This commit is contained in:
parent
236bc7573a
commit
69bd386c4c
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user