dect
/
asterisk
Archived
13
0
Fork 0

Fix DNS variable name

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2324 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-03-04 05:31:43 +00:00
parent 3d4dda4efb
commit c665dd260d
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();