Skip to content
Snippets Groups Projects
Commit 66a782e8 authored by Russell Bryant's avatar Russell Bryant
Browse files

make a global list head static

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 61cfff7b
No related merge requests found
......@@ -164,7 +164,7 @@ static char sorryprompt[AST_CONFIG_MAX_PATH] = "followme/followme-sorry";
static AST_LIST_HEAD_STATIC(followmes, ast_call_followme);
AST_LIST_HEAD_NOLOCK(findme_user_listptr, findme_user);
static AST_LIST_HEAD_NOLOCK(findme_user_listptr, findme_user);
static void free_numbers(struct ast_call_followme *f)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment