This should fix the DNS hangs.

SVN revision: 36372
This commit is contained in:
Michael Jennings 2008-10-01 06:17:50 +00:00
parent 4e809cf60d
commit c36f11f8ea
1 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,10 @@ ecore_con_dns_lookup(const char *name,
sizeof(struct in_addr));
write(fd[1], &(addr.s_addr), sizeof(in_addr_t));
}
else
{
write(fd[1], "", 1);
}
close(fd[1]);
# ifdef __USE_ISOC99
_Exit(0);