aboutsummaryrefslogtreecommitdiffstats
path: root/dns.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-04 05:31:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-04 05:31:43 +0000
commitc665dd260ddfca955da82e6e32e54a3a12d5cd60 (patch)
tree03eb9c0b92204bc842a588486a090feeccd953ec /dns.c
parent3d4dda4efbae711d089b35102fc87495ceb51639 (diff)
Fix DNS variable name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2324 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dns.c')
-rwxr-xr-xdns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns.c b/dns.c
index 3c89c3c8b..da4527474 100755
--- a/dns.c
+++ b/dns.c
@@ -181,7 +181,7 @@ int ast_search_dns(void *context,
ret = 1;
}
#if defined(__Linux__)
- res_nclose(&srvstate);
+ res_nclose(&dnsstate);
#else
#ifndef __APPLE__
res_close();