From: eb Date: Wed, 15 Jul 2009 01:49:14 +0000 (+0000) Subject: applied patch from ticket:358 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2e7c5c717a53aaa64ee46f154d5792e7118599ed;p=debian%2Fgnuradio applied patch from ticket:358 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11443 221aa14e-8319-0410-a670-987f0aec2ac5 --- 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)) {