Apply Patch for Bug 235 ns-3.1-RC2
authorCraig Dowell <craigdo@ee.washington.edu>
Tue, 24 Jun 2008 15:40:24 -0700
changeset 3322 951296e9a277
parent 3321 f3c86a2d4082
child 3323 4f9824120539
Apply Patch for Bug 235
src/applications/packet-sink/packet-sink.cc
--- a/src/applications/packet-sink/packet-sink.cc	Tue Jun 24 09:21:02 2008 -0700
+++ b/src/applications/packet-sink/packet-sink.cc	Tue Jun 24 15:40:24 2008 -0700
@@ -67,10 +67,6 @@
 void
 PacketSink::DoDispose (void)
 {
-  if (m_socket != 0)
-    {
-      m_socket->Close ();
-    }
   m_socket = 0;
 
   // chain up