summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch
blob: ce8448ab49e5be33934653928e0dc4661f1ea8e2 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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;