fix r6709

git-svn-id: svn://kolibrios.org@6720 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2016-11-16 13:12:38 +00:00
parent 82d63c63c0
commit 40fcec8ed7

View File

@ -689,7 +689,7 @@ lock xadd [DNSrequestID], eax ; atomically increment ID, get old value
; 8b. Create sockaddr structure on the stack.
push 0
push 0 ; sin_zero
push edi ; sin_addr
push esi ; sin_addr
push AF_INET4 + (53 shl 24)
; sin_family and sin_port in network byte order
; 8c. Connect.