View | Details | Raw Unified | Return to bug 1833
Collapse All | Expand All

(-)a/src/internet/model/udp-socket-impl.cc (+1 lines)
 Lines 315-320    Link Here 
315
{
315
{
316
  NS_LOG_FUNCTION_NOARGS ();
316
  NS_LOG_FUNCTION_NOARGS ();
317
  m_shutdownSend = true;
317
  m_shutdownSend = true;
318
  DeallocateEndPoint ();
318
  return 0;
319
  return 0;
319
}
320
}
320
321

Return to bug 1833