mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-23 13:04:44 +00:00
dbus: the changes array might actually be NULL when ti is empty
This commit is contained in:
parent
288088b86c
commit
d605b2fd41
@ -435,8 +435,6 @@ static DBusMessage *message_from_file_changes(
|
||||
DBusMessage *reply;
|
||||
unsigned i;
|
||||
|
||||
assert(changes);
|
||||
|
||||
reply = dbus_message_new_method_return(m);
|
||||
if (!reply)
|
||||
return NULL;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user