since these variables all have static duration, none of them need initializers (they default to zero anyway)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-12-27 22:06:56 +00:00
parent 3307ae060a
commit a299485952
14 changed files with 49 additions and 49 deletions

View File

@@ -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 {