chiark / gitweb /
bus: add benchmark tool to determine the right threshold for copying vs. memfd
[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)
         int r;
 
         if (!bus)
+
                 return -EINVAL;
         if (!BUS_IS_OPEN(bus->state))
                 return -ENOTCONN;
                 return -EINVAL;
         if (!BUS_IS_OPEN(bus->state))
                 return -ENOTCONN;