X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fnotif-iter%2Fnotif-iter.c;h=92de35798f1944a1f2bd693a78bc7e0fe0898712;hb=3f3c46b84dc67e4839dce4ca6a74719f9f35bd63;hp=44663f7bc38a6a5673a98cc4f98d1b8a76dff798;hpb=6f57e4587c51b2927b70142537c9a6d31fb3a693;p=babeltrace.git diff --git a/plugins/ctf/common/notif-iter/notif-iter.c b/plugins/ctf/common/notif-iter/notif-iter.c index 44663f7b..92de3579 100644 --- a/plugins/ctf/common/notif-iter/notif-iter.c +++ b/plugins/ctf/common/notif-iter/notif-iter.c @@ -2034,8 +2034,7 @@ int set_event_clocks(struct bt_ctf_event *event, ret = -1; goto end; } - ret = bt_ctf_event_set_clock_value(event, clock_class, - clock_value); + ret = bt_ctf_event_set_clock_value(event, clock_value); bt_put(clock_value); if (ret) { goto end;