Bugfix in SOCKET_close for TCP

git-svn-id: svn://kolibrios.org@4365 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2013-12-15 18:30:19 +00:00
parent bb2bbc6b91
commit fe46d27eaf
2 changed files with 3 additions and 5 deletions

View File

@@ -152,7 +152,9 @@ TCP_drop:
mov [eax + TCP_SOCKET.t_state], TCPS_CLOSED
push eax
call TCP_output
pop eax
;;; TODO: update stats