src/internet-stack/udp-socket-impl.cc
changeset 4491 893d48fcf7f3
parent 4472 e20a31541404
child 4505 e865dbc1d157
--- a/src/internet-stack/udp-socket-impl.cc	Wed Jun 03 10:02:25 2009 +0200
+++ b/src/internet-stack/udp-socket-impl.cc	Wed Jun 03 10:04:51 2009 +0200
@@ -198,7 +198,7 @@
 UdpSocketImpl::ShutdownRecv (void)
 {
   NS_LOG_FUNCTION_NOARGS ();
-  m_shutdownRecv = false;
+  m_shutdownRecv = true;
   return 0;
 }