X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Fcounter%2Fcounter.c;h=f3e61e6dc3f40a9c4452f9267660fa96b1b93beb;hb=f42867e2d049c1e7cad50cd097290a3adef8d54c;hp=406a76ee6326ba991626a6e40a92945ec2e8a4b8;hpb=f6ccaed94e575af57fe6bf38154771bee4871a2a;p=babeltrace.git diff --git a/plugins/utils/counter/counter.c b/plugins/utils/counter/counter.c index 406a76ee..f3e61e6d 100644 --- a/plugins/utils/counter/counter.c +++ b/plugins/utils/counter/counter.c @@ -199,7 +199,7 @@ void counter_port_connected( connection = bt_private_port_get_private_connection(self_port); BT_ASSERT(connection); conn_status = bt_private_connection_create_notification_iterator( - connection, NULL, &iterator); + connection, &iterator); if (conn_status != BT_CONNECTION_STATUS_OK) { counter->error = true; goto end;