forked from KolibriOS/kolibrios
fix r6709
git-svn-id: svn://kolibrios.org@6720 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
82d63c63c0
commit
40fcec8ed7
@ -689,7 +689,7 @@ lock xadd [DNSrequestID], eax ; atomically increment ID, get old value
|
|||||||
; 8b. Create sockaddr structure on the stack.
|
; 8b. Create sockaddr structure on the stack.
|
||||||
push 0
|
push 0
|
||||||
push 0 ; sin_zero
|
push 0 ; sin_zero
|
||||||
push edi ; sin_addr
|
push esi ; sin_addr
|
||||||
push AF_INET4 + (53 shl 24)
|
push AF_INET4 + (53 shl 24)
|
||||||
; sin_family and sin_port in network byte order
|
; sin_family and sin_port in network byte order
|
||||||
; 8c. Connect.
|
; 8c. Connect.
|
||||||
|
Loading…
Reference in New Issue
Block a user