src/helper/wifi-helper.cc
changeset 3073 387c041695cd
parent 2997 caf9d364c6fc
child 3553 065488d0420c
child 3893 94f771c1373a
--- a/src/helper/wifi-helper.cc	Wed May 14 13:54:39 2008 -0700
+++ b/src/helper/wifi-helper.cc	Wed May 14 14:59:16 2008 -0700
@@ -156,6 +156,7 @@
   oss.str ("");
   oss << "/NodeList/" << nodeid << "/DeviceList/" << deviceid << "/$ns3::WifiNetDevice/Phy/Tx";
   Config::ConnectWithoutContext (oss.str (), MakeBoundCallback (&PcapPhyTxEvent, pcap));
+  oss.str ("");
   oss << "/NodeList/" << nodeid << "/DeviceList/" << deviceid << "/$ns3::WifiNetDevice/Phy/RxOk";
   Config::ConnectWithoutContext (oss.str (), MakeBoundCallback (&PcapPhyRxEvent, pcap));
 }