forked from KolibriOS/kolibrios
More of the same
git-svn-id: svn://kolibrios.org@2857 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
dfd433a9b9
commit
86ee484807
@ -297,10 +297,6 @@ read_data: ; we have data - this wi
|
|||||||
|
|
||||||
DEBUGF 1,"->%d bytes received\n", eax
|
DEBUGF 1,"->%d bytes received\n", eax
|
||||||
|
|
||||||
push eax
|
|
||||||
mcall 75, 1, [socketNum] ; exit the socket
|
|
||||||
pop eax
|
|
||||||
|
|
||||||
cmp eax, -1
|
cmp eax, -1
|
||||||
je error
|
je error
|
||||||
|
|
||||||
@ -449,6 +445,7 @@ pr_exit:
|
|||||||
|
|
||||||
|
|
||||||
apipa:
|
apipa:
|
||||||
|
mcall close, [socketNum]
|
||||||
stdcall mem.Free, [dhcpMsg]
|
stdcall mem.Free, [dhcpMsg]
|
||||||
|
|
||||||
link_local:
|
link_local:
|
||||||
|
Loading…
Reference in New Issue
Block a user