chiark / gitweb /
dbus: the changes array might actually be NULL when ti is empty
[elogind.git] / src / dbus-manager.c
index 66cf9ee67a37e77c1dce99e1a4d2c90170e8a4ea..413d1f320a3b6f89700dc165ec697b2839f6466c 100644 (file)
@@ -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;