aboutsummaryrefslogtreecommitdiffstats
path: root/dnsmgr.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 14:57:53 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-23 14:57:53 +0000
commitf9fc516879d2abefb2f528ddb287f7ac8cd6d98c (patch)
tree8f6e248fa3039493d2c8bc60df638cf625a1a159 /dnsmgr.c
parentf5efff77ce110c2e87014e183d0edafe8850ac83 (diff)
backport list handling fix from trunk (solves memory leak problem in cdr variables and device state watchers)
remove unusued variable to silence compiler warning git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10863 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dnsmgr.c')
-rw-r--r--dnsmgr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dnsmgr.c b/dnsmgr.c
index bc577c852..f1a9dbe59 100644
--- a/dnsmgr.c
+++ b/dnsmgr.c
@@ -307,7 +307,6 @@ static int do_reload(int loading)
const char *enabled_value;
int interval;
int was_enabled;
- pthread_attr_t attr;
int res = -1;
/* ensure that no refresh cycles run while the reload is in progress */