mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9800 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3156,7 +3156,7 @@ static int queue_function_qac(struct ast_channel *chan, char *cmd, char *data, c
|
||||
return -1;
|
||||
}
|
||||
|
||||
LOCAL_USER_ACF_ADD(u);
|
||||
LOCAL_USER_ADD(u);
|
||||
|
||||
AST_LIST_LOCK(&queues);
|
||||
|
||||
@@ -3199,7 +3199,7 @@ static int queue_function_queuememberlist(struct ast_channel *chan, char *cmd, c
|
||||
return -1;
|
||||
}
|
||||
|
||||
LOCAL_USER_ACF_ADD(u);
|
||||
LOCAL_USER_ADD(u);
|
||||
|
||||
AST_LIST_LOCK(&queues);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user