aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-06 21:03:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-06 21:03:18 +0000
commit0569e548d9f811f7fb6fa865decb3cc3dff0abe3 (patch)
tree766883f8c496d0ce253eb1d5b0b720e59642f164 /apps/app_followme.c
parentb76bb3c057d2fb10db3b8f56645bdfe801d54298 (diff)
oops.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32720 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_followme.c')
-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)
{