summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2008-01-16 16:06:06 +0000
committerTerry Wilson <twilson@digium.com>2008-01-16 16:06:06 +0000
commit3e9ed0d40b8275b3a2d126940ee0ac581f25f351 (patch)
treec67df82b87593d54b2cebb385de539f8968f9ea8
parentbb08e13754546fd7178bbb0475eb14b87701cc07 (diff)
Make users list static
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98962 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--res/res_phoneprov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index a8a8ec53c..f34803353 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -137,7 +137,7 @@ struct http_route {
static struct ao2_container *profiles;
static struct ao2_container *http_routes;
-AST_RWLIST_HEAD_STATIC(users, user);
+static AST_RWLIST_HEAD_STATIC(users, user);
/*! \brief Extensions whose mime types we think we know */
static struct {