mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix authuser support. (issue #9740 reported by xmarksthespot)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@64720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4626,7 +4626,7 @@ static void imap_mailbox_name(char *spec, struct vm_state *vms, int box, int use
|
||||
|
||||
/* Add authentication user if present */
|
||||
if (!ast_strlen_zero(authuser))
|
||||
ast_build_string(&t, &left, "/%s", authuser);
|
||||
ast_build_string(&t, &left, "/authuser=%s", authuser);
|
||||
|
||||
/* Add flags if present */
|
||||
if (!ast_strlen_zero(imapflags))
|
||||
|
Reference in New Issue
Block a user