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

(-)a/src/internet-stack/tcp-socket-impl.cc (-1 lines)
 Lines 322-328   TcpSocketImpl::Close (void) Link Here 
322
322
323
  Actions_t action  = ProcessEvent (APP_CLOSE);
323
  Actions_t action  = ProcessEvent (APP_CLOSE);
324
  ProcessAction (action);
324
  ProcessAction (action);
325
  ShutdownSend ();
326
  return 0;
325
  return 0;
327
}
326
}
328
327

Return to bug 427