From 4c6776c6d75216f03490b12f40f9801a5b6ccc7f Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 13 Feb 2006 20:12:50 +0000 Subject: remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9800 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_cut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'funcs/func_cut.c') 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: -- cgit v1.2.1