X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.cpp;fp=src%2Fbin%2Flttng-sessiond%2Fust-app.cpp;h=88db75f8f4d7da8f1f2ae5cc3d7978cae26fafdd;hp=c80658cbbe512a2b5031b69e51cf339806c2240d;hb=6d31b87d46a9301fe86d273616ab3d7214d24e65;hpb=34764ec838debdb5fdb59e178b31a44047ea7229 diff --git a/src/bin/lttng-sessiond/ust-app.cpp b/src/bin/lttng-sessiond/ust-app.cpp index c80658cbb..88db75f8f 100644 --- a/src/bin/lttng-sessiond/ust-app.cpp +++ b/src/bin/lttng-sessiond/ust-app.cpp @@ -6445,15 +6445,6 @@ static int handle_app_register_channel_notification(int sock, } } - /* Append to metadata */ - if (!ust_reg_chan._metadata_dumped) { - /*ret_code = ust_metadata_channel_statedump(registry, ust_reg_chan);*/ - if (ret_code) { - ERR("Error appending channel metadata (errno = %d)", ret_code); - goto reply; - } - } - reply: DBG3("UST app replying to register channel key %" PRIu64 " with id %u, ret = %d", chan_reg_key, chan_id,