Skip to content
Snippets Groups Projects
Commit 80904fdd authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix DNS variable name

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 550785ba
Branches
Tags
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment