From 3e9ed0d40b8275b3a2d126940ee0ac581f25f351 Mon Sep 17 00:00:00 2001 From: Terry Wilson <twilson@digium.com> Date: Wed, 16 Jan 2008 16:06:06 +0000 Subject: [PATCH] Make users list static git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98962 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_phoneprov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c index a8a8ec53c2..f348033538 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 { -- GitLab