summaryrefslogtreecommitdiff
path: root/funcs/func_cut.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-02-13 20:12:50 +0000
committerRussell Bryant <russell@russellbryant.com>2006-02-13 20:12:50 +0000
commit2f2530b8e683bb9f94c4d101cfbae26c16aa5d9b (patch)
treea3eb89f49e8ebf6891b56fff7ac014a27667e286 /funcs/func_cut.c
parent973c12effd955ebbb8875c7a893dde29fac151ef (diff)
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
Diffstat (limited to 'funcs/func_cut.c')
-rw-r--r--funcs/func_cut.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_cut.c b/funcs/func_cut.c
index c34b7d740..753fb8976 100644
--- a/funcs/func_cut.c
+++ b/funcs/func_cut.c
@@ -233,7 +233,7 @@ static int acf_sort_exec(struct ast_channel *chan, char *cmd, char *data, char *
struct localuser *u;
int ret = -1;
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
switch (sort_internal(chan, data, buf, len)) {
case ERROR_NOARG:
@@ -258,7 +258,7 @@ static int acf_cut_exec(struct ast_channel *chan, char *cmd, char *data, char *b
int ret = -1;
struct localuser *u;
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
switch (cut_internal(chan, data, buf, len)) {
case ERROR_NOARG: