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
This commit is contained in:
Russell Bryant
2006-02-13 20:12:50 +00:00
parent 973c12effd
commit 2f2530b8e6
8 changed files with 10 additions and 25 deletions

View File

@@ -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';