summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{