From ab597deabc443094a3b0aa648d24d728f3eeab24 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 10 Oct 2019 16:31:38 -0700 Subject: fixup! x300: Introduce conn_manager --- host/lib/usrp/x300/x300_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib') diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index 0283cf659..223b112ec 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -566,7 +566,7 @@ uhd::both_xports_t x300_impl::make_transport(const uhd::sid_t& address, xports.send_sid = this->allocate_sid(mb, address, x300::SRC_ADDR0, x300::XB_DST_PCI); xports.recv_sid = xports.send_sid.reversed(); - std::dynamic_pointer_cast(mb.conn_mgr) + return std::dynamic_pointer_cast(mb.conn_mgr) ->make_transport(xports, xport_type, args, send_mtu, recv_mtu); } else if (mb.xport_path == xport_path_t::ETH) { xports = std::dynamic_pointer_cast(mb.conn_mgr) -- cgit v1.2.3