Fixed a bug in the last commit

git-svn-id: svn://kolibrios.org@2938 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-08-27 18:49:49 +00:00
parent ead0b600bf
commit 737f5cdfee

View File

@ -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)