X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Fmuxer%2Fmuxer.c;h=aae41f613925ad66164d4464f841e40567d5bffc;hb=f42867e2d049c1e7cad50cd097290a3adef8d54c;hp=a13de5303c3bc076b39ec4bfc73ef3454e5b8292;hpb=f6ccaed94e575af57fe6bf38154771bee4871a2a;p=babeltrace.git diff --git a/plugins/utils/muxer/muxer.c b/plugins/utils/muxer/muxer.c index a13de530..aae41f61 100644 --- a/plugins/utils/muxer/muxer.c +++ b/plugins/utils/muxer/muxer.c @@ -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, ¬if_iter); + priv_conn, ¬if_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, "