- Disassociate the socket context before closing so we don't get signalled with...
[reactos.git] / reactos / lib / drivers / ip / network / ip.c
index f13dd61..9709ce4 100644 (file)
@@ -73,9 +73,6 @@ void NTAPI IPTimeout( PVOID Context ) {
 
     /* Clean possible outdated cached neighbor addresses */
     NBTimeout();
-
-    /* Call upper layer timeout routines */
-    TCPTimeout();
 }