X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Flttng-ctl%2Fchannel.c;h=5fc77d0e402ad686479d5a8f66211f0617cba0bf;hb=refs%2Fheads%2Fsow-2019-0002-rev2;hp=f2a65885d74416c08885ffe7ebcf5793f683fb09;hpb=b2081a0f39bce45b3d1cf063308a9b77712f1a9f;p=deliverable%2Flttng-tools.git diff --git a/src/lib/lttng-ctl/channel.c b/src/lib/lttng-ctl/channel.c index f2a65885d..5fc77d0e4 100644 --- a/src/lib/lttng-ctl/channel.c +++ b/src/lib/lttng-ctl/channel.c @@ -632,7 +632,7 @@ enum lttng_notification_channel_status send_condition_command( goto end_unlock; } - ret = lttng_condition_serialize(condition, &buffer); + ret = lttng_condition_serialize(condition, &buffer, NULL); if (ret) { status = LTTNG_NOTIFICATION_CHANNEL_STATUS_INVALID; goto end_unlock;