mtr: remove a broken resolver related patch chunk to fix dns issues (fixes #11044)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32690 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b4e5eceeab
commit
61c259a001
@ -1,30 +1,5 @@
|
||||
--- a/dns.c
|
||||
+++ b/dns.c
|
||||
@@ -309,17 +309,17 @@ char nullstring[] = "";
|
||||
|
||||
int use_dns = 1;
|
||||
|
||||
-#ifdef res_ninit
|
||||
-#define MY_RES_INIT() res_ninit(&myres);
|
||||
-#define RES_MKQUERY(a, b, c, d, e, f, g, h, i) \
|
||||
- res_nmkquery(&myres, a, b, c, d, e, f, g, h, i)
|
||||
-struct __res_state myres;
|
||||
-#else
|
||||
+//#ifdef res_ninit
|
||||
+//#define MY_RES_INIT() res_ninit(&myres);
|
||||
+//#define RES_MKQUERY(a, b, c, d, e, f, g, h, i) \
|
||||
+// res_nmkquery(&myres, a, b, c, d, e, f, g, h, i)
|
||||
+//struct __res_state myres;
|
||||
+//#else
|
||||
#define MY_RES_INIT() res_init();
|
||||
#define RES_MKQUERY(a, b, c, d, e, f, g, h, i) \
|
||||
res_mkquery(a, b, c, d, e, f, g, h, i)
|
||||
#define myres _res
|
||||
-#endif
|
||||
+//#endif
|
||||
|
||||
/* Code */
|
||||
#ifdef CorruptCheck
|
||||
@@ -1267,28 +1267,6 @@ res_nmkquery(res_state statp,
|
||||
return (-1);
|
||||
memset(buf, 0, HFIXEDSZ);
|
||||
|
Loading…
x
Reference in New Issue
Block a user