aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_rand.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-13 20:12:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-13 20:12:50 +0000
commit4c6776c6d75216f03490b12f40f9801a5b6ccc7f (patch)
treea3eb89f49e8ebf6891b56fff7ac014a27667e286 /funcs/func_rand.c
parent5fe6afb1830f0f828607a49418968442caccf1c9 (diff)
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
Diffstat (limited to 'funcs/func_rand.c')
-rw-r--r--funcs/func_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_rand.c b/funcs/func_rand.c
index 6ec0f3c93..0629246bc 100644
--- a/funcs/func_rand.c
+++ b/funcs/func_rand.c
@@ -53,7 +53,7 @@ static int acf_rand_exec(struct ast_channel *chan, char *cmd,
AST_APP_ARG(max);
);
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
AST_STANDARD_APP_ARGS(args, parse);