From bec31308c06801ff6170b9bdbed27cb7c3dcfb9c Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 27 Dec 2006 22:06:56 +0000 Subject: since these variables all have static duration, none of them need initializers (they default to zero anyway) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49006 f38db490-d61c-443f-a65b-d21fe96a405b --- main/dnsmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/dnsmgr.c') diff --git a/main/dnsmgr.c b/main/dnsmgr.c index e7ce3190d..59c3a9994 100644 --- a/main/dnsmgr.c +++ b/main/dnsmgr.c @@ -71,7 +71,7 @@ AST_MUTEX_DEFINE_STATIC(refresh_lock); #define REFRESH_DEFAULT 300 -static int enabled = 0; +static int enabled; static int refresh_interval; struct refresh_info { -- cgit v1.2.3