summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-05-15 17:26:02 +0200
committerLennart Poettering <lennart@poettering.net>2014-05-15 17:26:02 +0200
commit9e7e9a6524a36be94d4c570eed324f46e5270240 (patch)
tree9a386af1e6622533fd3a927f3f65246f8be31734 /src/libsystemd
parentf27e2d8c0c0c18d5a1be62c87ea89fcd4894fffa (diff)
sd-bus: don't hit assert when installing match
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/sd-bus/bus-control.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-control.c b/src/libsystemd/sd-bus/bus-control.c
index ecf74919b..204aed9d0 100644
--- a/src/libsystemd/sd-bus/bus-control.c
+++ b/src/libsystemd/sd-bus/bus-control.c
@@ -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);