summaryrefslogtreecommitdiff
path: root/dnsmgr.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-02-11 03:13:25 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-02-11 03:13:25 +0000
commitc7da92d2ea7fa551daf28e05917745a751677e48 (patch)
tree628f68f20c4335fa880242de568f7cfcfd2856c2 /dnsmgr.c
parent845a5dc75d7d00d466beeadfe514fc98ad5853d7 (diff)
fix compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 4fb699e95..db4c5dfd3 100644
--- a/dnsmgr.c
+++ b/dnsmgr.c
@@ -303,7 +303,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 */