From 2e7c5c717a53aaa64ee46f154d5792e7118599ed Mon Sep 17 00:00:00 2001 From: eb Date: Wed, 15 Jul 2009 01:49:14 +0000 Subject: [PATCH] applied patch from ticket:358 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11443 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp/limbo/inband/usrp_server.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usrp/limbo/inband/usrp_server.cc b/usrp/limbo/inband/usrp_server.cc index ac263630..4f5f396b 100644 --- a/usrp/limbo/inband/usrp_server.cc +++ b/usrp/limbo/inband/usrp_server.cc @@ -256,10 +256,11 @@ usrp_server::handle_message(mb_message_sptr msg) return; // Find the port through the owner of the channel - if((port = tx_port_index(d_chaninfo_tx[channel].owner)) !=-1 ) + if((port = tx_port_index(d_chaninfo_tx[channel].owner)) !=-1 ){ d_tx[port]->send(s_response_xmit_raw_frame, pmt_list2(invocation_handle, status)); - return; + return; + } } //--------------- USRP READ ---------------// else if (pmt_eq(event, s_response_usrp_read)) { -- 2.47.2