mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
res-search-test-shouldnt-use-res-close-20030915
FIXES 2099 res_close() not part of generally accepted resolver api
This commit is contained in:
parent
387f83d8d8
commit
ea4a465aa4
@ -15,7 +15,6 @@ res_init();
|
|||||||
*/
|
*/
|
||||||
r = res_search( host, C_IN, T_MX, (u_char *)&ans, sizeof(ans));
|
r = res_search( host, C_IN, T_MX, (u_char *)&ans, sizeof(ans));
|
||||||
return 0;
|
return 0;
|
||||||
res_close();
|
|
||||||
],
|
],
|
||||||
ac_cv_func_res_search=yes)
|
ac_cv_func_res_search=yes)
|
||||||
])
|
])
|
Loading…
Reference in New Issue
Block a user