Author: gnychis
Date: 2007-06-28 13:46:10 -0600 (Thu, 28 Jun 2007)
New Revision: 5872

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
Log:
one line fix for a bug causing a dreadful crash


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-06-28 18:24:43 UTC (rev 5871)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-06-28 19:46:10 UTC (rev 5872)
@@ -101,7 +101,7 @@
   d_op_ping_fixed_rid = 0;
 
   for(int i=0; i < D_OP_PING_FIXED_MAX_RID; i++)
-    d_op_ping_fixed_owners[i] = PMT_NIL;
+    d_op_ping_fixed_owners.push_back(PMT_NIL);
 
   //d_fake_rx=true;
 }



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

Reply via email to