[Asterisk-cvs] asterisk/apps app_voicemail.c,1.214,1.215
russell at lists.digium.com
russell at lists.digium.com
Tue May 17 13:14:41 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv31703/apps
Modified Files:
app_voicemail.c
Log Message:
remove extra LOCAL_USER_REMOVE (bug #4308)
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- app_voicemail.c 16 May 2005 13:36:35 -0000 1.214
+++ app_voicemail.c 17 May 2005 17:19:53 -0000 1.215
@@ -5133,7 +5133,6 @@
if (!vm_authenticate(chan, mailbox, sizeof(mailbox), &vmus, context, NULL, 0, 3, silent)) {
pbx_builtin_setvar_helper(chan, "AUTH_MAILBOX", mailbox);
pbx_builtin_setvar_helper(chan, "AUTH_CONTEXT", vmus.context);
- LOCAL_USER_REMOVE(u);
res = 0;
}
More information about the svn-commits
mailing list