forked from KolibriOS/kolibrios
fix r6709
git-svn-id: svn://kolibrios.org@6723 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3f0920be41
commit
9ac0ede851
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user