Fix DNS variable name

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-03-04 05:31:43 +00:00
parent 550785ba29
commit 80904fddcf
1 changed files with 1 additions and 1 deletions

2
dns.c
View File

@ -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();