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)