mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +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:
@@ -187,7 +187,7 @@ int acf_vmcount_exec(struct ast_channel *chan, char *cmd, char *argsstr, char *b
|
||||
AST_APP_ARG(folder);
|
||||
);
|
||||
|
||||
LOCAL_USER_ACF_ADD(u);
|
||||
LOCAL_USER_ADD(u);
|
||||
|
||||
buf[0] = '\0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user