mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
core: fix oom check
This commit is contained in:
@@ -627,7 +627,7 @@ static int send_changed_signal(sd_bus *bus, const char *destination, void *userd
|
||||
assert(u);
|
||||
|
||||
p = unit_dbus_path(u);
|
||||
if (!u)
|
||||
if (!p)
|
||||
return -ENOMEM;
|
||||
|
||||
/* Send a properties changed signal. First for the specific
|
||||
|
||||
Reference in New Issue
Block a user