From 0569e548d9f811f7fb6fa865decb3cc3dff0abe3 Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 6 Jun 2006 21:03:18 +0000 Subject: oops. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32720 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_followme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_followme.c') 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) { -- cgit v1.2.3