From cc16ee7b51adba79156fc1cef00cd0f92a87f5e6 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Fri, 2 Oct 2009 19:59:04 +0000 Subject: [PATCH] Fix of previous commit git-svn-id: svn://kolibrios.org@1193 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/network/stack.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/branches/net/network/stack.inc b/kernel/branches/net/network/stack.inc index 22e8b78f38..af213349cd 100644 --- a/kernel/branches/net/network/stack.inc +++ b/kernel/branches/net/network/stack.inc @@ -119,7 +119,7 @@ stack_handler: je .exit mov [last_1hsTick], eax - call tcp_tx_handler +; call tcp_tx_handler .sec_tick: @@ -134,7 +134,7 @@ stack_handler: call ARP_decrease_entry_ttls call IPv4_decrease_fragment_ttls - call tcp_tcb_handler +; call tcp_tcb_handler .exit: ret