chiark / gitweb /
core: move status line ellipsation to 50% of the line
[elogind.git] / src / libsystemd / sd-bus / bus-control.c
index ecf74919b67b4989446bb176636f236a3f63d074..076bbce6b1a2c8438eb746cf8907fa5c4169b868 100644 (file)
@@ -1140,7 +1140,6 @@ int bus_add_match_internal(
                 uint64_t cookie) {
 
         assert(bus);
-        assert(match);
 
         if (bus->is_kernel)
                 return bus_add_match_internal_kernel(bus, components, n_components, cookie);
@@ -1197,7 +1196,6 @@ int bus_remove_match_internal(
                 uint64_t cookie) {
 
         assert(bus);
-        assert(match);
 
         if (bus->is_kernel)
                 return bus_remove_match_internal_kernel(bus, cookie);