summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-06 21:03:18 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-06 21:03:18 +0000
commitdb7ee8b54bc15e613f47672e4735758198808a3c (patch)
tree766883f8c496d0ce253eb1d5b0b720e59642f164 /apps
parent004848236a51560e578c798705d3458ea1beba2d (diff)
oops.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_followme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index 3bfafd32a..edddab09e 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -164,7 +164,7 @@ static char sorryprompt[AST_CONFIG_MAX_PATH] = "followme/followme-sorry";
static AST_LIST_HEAD_STATIC(followmes, ast_call_followme);
-static AST_LIST_HEAD_NOLOCK(findme_user_listptr, findme_user);
+AST_LIST_HEAD_NOLOCK(findme_user_listptr, findme_user);
static void free_numbers(struct ast_call_followme *f)
{