From 737f5cdfee023ac3f0e56f63809bb05aa24dc3ac Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Mon, 27 Aug 2012 18:49:49 +0000 Subject: [PATCH] Fixed a bug in the last commit git-svn-id: svn://kolibrios.org@2938 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/network/tcp_output.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/branches/net/network/tcp_output.inc b/kernel/branches/net/network/tcp_output.inc index 0745124e5b..948832c809 100644 --- a/kernel/branches/net/network/tcp_output.inc +++ b/kernel/branches/net/network/tcp_output.inc @@ -467,7 +467,7 @@ TCP_send: pop edi pop esi ; begin of data pop ecx ; full packet size - mov eax, [esp + 8] + mov eax, [esp + 12] ; socket ptr ;---------------------------------- ; initialize retransmit timer (400)