mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
Make users list static
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98962 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -137,7 +137,7 @@ struct http_route {
|
|||||||
|
|
||||||
static struct ao2_container *profiles;
|
static struct ao2_container *profiles;
|
||||||
static struct ao2_container *http_routes;
|
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 */
|
/*! \brief Extensions whose mime types we think we know */
|
||||||
static struct {
|
static struct {
|
||||||
|
Reference in New Issue
Block a user