chiark / gitweb /
udev: synthesize "change' events for partitions when tools change the disk
[elogind.git] / src / analyze / analyze.c
index 4c5fcfe8c2eb6510c4ec3aa06e416579123c8d3d..0a4190ceb4e7d995023b76400ebd0c73c04ca42a 100644 (file)
@@ -1335,7 +1335,7 @@ int main(int argc, char *argv[]) {
         if (r <= 0)
                 goto finish;
 
-        r = bus_open_transport(arg_transport, arg_host, arg_user, &bus);
+        r = bus_open_transport_systemd(arg_transport, arg_host, arg_user, &bus);
         if (r < 0) {
                 log_error("Failed to create bus connection: %s", strerror(-r));
                 goto finish;