From: Terry Wilson Date: Wed, 16 Jan 2008 16:06:06 +0000 (+0000) Subject: Make users list static X-Git-Tag: 1.6.0-beta1~3^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9ed0d40b8275b3a2d126940ee0ac581f25f351;p=thirdparty%2Fasterisk.git Make users list static git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98962 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 {