X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-abi.c;h=c4e84f3ef21c219be038759891178f9c60c7b133;hb=65c48d6a4b532436c000f8b3b9b771cfe9c07491;hp=38de2259fd585eda8417b85446d79c624795c6ca;hpb=a5ae46ccd9f046246765c634237a65ffa79eb4e9;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-abi.c b/liblttng-ust/lttng-ust-abi.c index 38de2259..c4e84f3e 100644 --- a/liblttng-ust/lttng-ust-abi.c +++ b/liblttng-ust/lttng-ust-abi.c @@ -522,7 +522,7 @@ int lttng_abi_map_channel(int session_objd, ret = -EINVAL; goto notransport; } - transport = lttng_transport_find(transport_name); + transport = lttng_ust_transport_find(transport_name); if (!transport) { DBG("LTTng transport %s not found\n", transport_name);