From: Jeffrey Hutzelman Date: Sat, 10 Jan 2004 17:42:19 +0000 (+0000) Subject: STABLE12-res-search-test-shouldnt-use-res-close-20030915 X-Git-Tag: openafs-stable-1_2_11~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3210b06c8e6615a0265b6758d7bcab949558d530;p=packages%2Fo%2Fopenafs.git STABLE12-res-search-test-shouldnt-use-res-close-20030915 FIXES 2099 res_close() not part of generally accepted resolver api (cherry picked from commit ea4a465aa48fd79c6b04a3f9bb438d9c88daa85a) --- diff --git a/src/cf/ressearch.m4 b/src/cf/ressearch.m4 index 2094a4f21..53e237dd1 100644 --- a/src/cf/ressearch.m4 +++ b/src/cf/ressearch.m4 @@ -15,7 +15,6 @@ res_init(); */ r = res_search( host, C_IN, T_MX, (u_char *)&ans, sizeof(ans)); return 0; -res_close(); ], ac_cv_func_res_search=yes) -]) \ No newline at end of file +])