uClibc: Fix lookup with DNS search in multi-threaded application.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

SVN-Revision: 39179
This commit is contained in:
Felix Fietkau 2013-12-28 15:06:14 +00:00
parent c4b013f00b
commit 8bd7e0b19b
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -3581,6 +3581,7 @@ res_init(void)
if (!_res.id)
_res.id = res_randomid();
+ __res_sync = NULL;
__res_vinit(&_res, 1);
__res_sync = res_sync_func;
--
cgit v0.9.1