bugfix in SOCKET_bind

git-svn-id: svn://kolibrios.org@3637 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-06-10 18:56:49 +00:00
parent d010a4e7fe
commit 20ce7bf7bd

View File

@ -433,7 +433,7 @@ SOCKET_bind:
.tcp: .tcp:
.udp: .udp:
cmp ebx, [edx + 4] ; First, fill in the IP mov ebx, [edx + 4] ; First, fill in the IP
test ebx, ebx ; If IP is 0, use default test ebx, ebx ; If IP is 0, use default
jnz @f jnz @f
mov ebx, [IP_LIST + 4] ;;;;; FIXME !i!i!i mov ebx, [IP_LIST + 4] ;;;;; FIXME !i!i!i
@ -2020,7 +2020,7 @@ SOCKET_num_to_ptr:
ret ret
.error: .error:
DEBUGF DEBUG_NETWORK_ERROR, "SOCKET_nuto_ptr: not found\n", eax DEBUGF DEBUG_NETWORK_ERROR, "SOCKET_num_to_ptr: not found\n", eax
ret ret