chiark / gitweb /
mount: when learning about the root mount from mountinfo, don't add conflicting dep...
[elogind.git] / src / libsystemd-bus / sd-bus.c
index 7ae32036bdec85a8dc9d7593547f6462923eed9c..3f766fb519cc995da8d213e8241409e0a1aa0cef 100644 (file)
@@ -2514,6 +2514,7 @@ int sd_bus_call_method(
         int r;
 
         if (!bus)
+
                 return -EINVAL;
         if (!BUS_IS_OPEN(bus->state))
                 return -ENOTCONN;