Fix: call acting component's "port disconnected" method too
[babeltrace.git] / lib / component / port.c
index 68b1cb607ed398cd0cde8d94a45b6d8ae01677af..f1c5d1758bc9d6a38fb50b80b1646317b884fa5d 100644 (file)
@@ -166,7 +166,7 @@ int bt_port_disconnect(struct bt_port *port)
        }
 
        if (port->connection) {
-               bt_connection_disconnect_ports(port->connection, NULL);
+               bt_connection_disconnect_ports(port->connection);
        }
 
 end:
This page took 0.024205 seconds and 4 git commands to generate.