Notification iterator: transform precondition checks to BT_ASSERT_PRE()
[babeltrace.git] / plugins / utils / muxer / muxer.c
index a13de5303c3bc076b39ec4bfc73ef3454e5b8292..aae41f613925ad66164d4464f841e40567d5bffc 100644 (file)
@@ -423,7 +423,7 @@ struct bt_notification_iterator *create_notif_iter_on_input_port(
        //       returned notification by the muxer notification
        //       iterator which creates it.
        conn_status = bt_private_connection_create_notification_iterator(
-               priv_conn, NULL, &notif_iter);
+               priv_conn, &notif_iter);
        if (conn_status != BT_CONNECTION_STATUS_OK) {
                BT_LOGE("Cannot create upstream notification iterator on input port's connection: "
                        "port-addr=%p, port-name=\"%s\", conn-addr=%p, "
This page took 0.024213 seconds and 4 git commands to generate.