fix r6709

git-svn-id: svn://kolibrios.org@6723 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2016-11-17 12:25:36 +00:00
parent 3f0920be41
commit 9ac0ede851

View File

@ -313,6 +313,7 @@ getaddrinfo: ;;
test eax, eax
jz .timeout
; 3. Got packet. Call processing function.
lea eax, [esp+4]
push edi ; second parameter: pointer to result
push eax ; first parameter: pointer to reqdata
call getaddrinfo_process