aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2005-01-12 17:18:28 +0000
committerTom Yu <tlyu@mit.edu>2005-01-12 17:18:28 +0000
commit2479cc5cc7041238890b96108f639ab9915c9e8d (patch)
tree2fbf1c8bb43a390b3d5e3022b79bded4e723cc52 /src/aclocal.m4
parenta562bb11d7332259983adc3cf63a100162f7185b (diff)
downloadkrb5-2479cc5cc7041238890b96108f639ab9915c9e8d.zip
krb5-2479cc5cc7041238890b96108f639ab9915c9e8d.tar.gz
krb5-2479cc5cc7041238890b96108f639ab9915c9e8d.tar.bz2
Fix some potential resource leaks in dnsglue.c
ticket: 2872 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17018 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 595e41d..d135d5c 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1379,7 +1379,7 @@ AC_DEFUN(AC_LIBRARY_NET, [
# This may get us a gethostby* that doesn't respect nsswitch.
AC_CHECK_LIB(resolv, main)
_KRB5_AC_CHECK_RES_FUNCS(res_nsearch res_search ns_initparse dnl
-ns_name_uncompress dn_skipname)
+ns_name_uncompress dn_skipname res_ndestroy)
if test $krb5_cv_func_res_nsearch = no \
&& test $krb5_cv_func_res_search = no; then
# Attempt to link with res_search(), in case it's not prototyped.