summaryrefslogtreecommitdiff
path: root/apps
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 /apps
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 'apps')
-rw-r--r--apps/app_curl.c2
-rw-r--r--apps/app_hasnewvoicemail.c2
-rw-r--r--apps/app_queue.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/app_curl.c b/apps/app_curl.c
index 1ef205e68..0432854a5 100644
--- a/apps/app_curl.c
+++ b/apps/app_curl.c
@@ -125,7 +125,7 @@ static int acf_curl_exec(struct ast_channel *chan, char *cmd, char *info, char *
return -1;
}
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
AST_STANDARD_APP_ARGS(args, info);
diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c
index 535f4cd2b..be73a0d10 100644
--- a/apps/app_hasnewvoicemail.c
+++ b/apps/app_hasnewvoicemail.c
@@ -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';
diff --git a/apps/app_queue.c b/apps/app_queue.c
index d9ca0d72d..f9f06f3b4 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -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);