projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb08e13
)
Make users list static
author
Terry Wilson
<twilson@digium.com>
Wed, 16 Jan 2008 16:06:06 +0000
(16:06 +0000)
committer
Terry Wilson
<twilson@digium.com>
Wed, 16 Jan 2008 16:06:06 +0000
(16:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98962
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_phoneprov.c
patch
|
blob
|
history
diff --git
a/res/res_phoneprov.c
b/res/res_phoneprov.c
index
a8a8ec5
..
f348033
100644
(file)
--- 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 {