mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
uClibc: Fix lookup with DNS search in multi-threaded application.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39179 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user