There are some brackets missing. Please apply onto inband_cleanup1.diff

Stefan

-- 
Stefan Brüns  /  Bergstraße 21  /  52062 Aachen
mailto:lurch at gmx.li  http://www.kawo1.rwth-aachen.de/~lurchi/
   phone: +49 241 53809034     mobile: +49 151 50412019
=== 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 ---------------//

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to