update for HEAD-2003021201
[reactos.git] / drivers / net / tcpip / transport / tcp / tcp.c
index ffebef0..a22c133 100644 (file)
@@ -467,6 +467,8 @@ NTSTATUS TCPStartup(
  *     Status of operation
  */
 {
+  tcp_init();
+
   /* Register this protocol with IP layer */
   IPRegisterProtocol(IPPROTO_TCP, TCPReceive);