git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
387f83d
)
res-search-test-shouldnt-use-res-close-20030915
author
Jeffrey Hutzelman
<jhutz@cmu.edu>
Mon, 15 Sep 2003 22:31:01 +0000 (22:31 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 15 Sep 2003 22:31:01 +0000 (22:31 +0000)
FIXES 2099
res_close() not part of generally accepted resolver api
src/cf/ressearch.m4
patch
|
blob
|
history
diff --git
a/src/cf/ressearch.m4
b/src/cf/ressearch.m4
index
2094a4f
..
53e237d
100644
(file)
--- 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
+])