applied patch from ticket:358
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 15 Jul 2009 01:49:14 +0000 (01:49 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 15 Jul 2009 01:49:14 +0000 (01:49 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11443 221aa14e-8319-0410-a670-987f0aec2ac5

usrp/limbo/inband/usrp_server.cc

index ac26363088b8db09326e00023817a17f56902e92..4f5f396b442cc714b3fa3cb49e7863cfbcbf7ec6 100644 (file)
@@ -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)) {