=== modified file 'usrp/host/lib/inband/usrp_server.cc' --- usrp/host/lib/inband/usrp_server.cc 2009-01-29 18:32:14 +0000 +++ usrp/host/lib/inband/usrp_server.cc 2009-01-29 18:45:11 +0000 @@ -255,10 +255,11 @@ 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 ) { status = pmt_nth(1, data); d_tx[port]->send(s_response_xmit_raw_frame, pmt_list2(invocation_handle, status)); + } return; } //--------------- USRP READ ---------------//