Fixed previous mistake.

git-svn-id: svn://kolibrios.org@3162 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-01-11 14:07:18 +00:00
parent d0efc3d714
commit d1a0247624

View File

@ -190,9 +190,7 @@ TCP_close:
;;; TODO: update slow start threshold
call SOCKET_is_disconnected
mov ecx, [eax + SOCKET.Number]
call SOCKET_close
call SOCKET_free
ret