forked from KolibriOS/kolibrios
Bugfix in SOCKET_close for TCP
git-svn-id: svn://kolibrios.org@4365 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -152,7 +152,9 @@ TCP_drop:
|
||||
|
||||
mov [eax + TCP_SOCKET.t_state], TCPS_CLOSED
|
||||
|
||||
push eax
|
||||
call TCP_output
|
||||
pop eax
|
||||
|
||||
;;; TODO: update stats
|
||||
|
||||
|
Reference in New Issue
Block a user