summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.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 /pbx/pbx_dundi.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 'pbx/pbx_dundi.c')
-rw-r--r--pbx/pbx_dundi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index e7667df52..bce019a8e 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -3847,7 +3847,7 @@ static int dundifunc_read(struct ast_channel *chan, char *cmd, char *num, char *
struct localuser *u;
struct dundi_result dr[MAX_RESULTS];
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
buf[0] = '\0';