Skip to content
Snippets Groups Projects
Commit 3f302e97 authored by Friendly Automation's avatar Friendly Automation Committed by Gerrit Code Review
Browse files

Merge "app_voicemail: Don't split mailbox options on comma"

parents 7757b7d6 d58d7d45
Branches
Tags
No related merge requests found
......@@ -12531,8 +12531,8 @@ static int append_mailbox(const char *context, const char *box, const char *data
if (stringp && (s = strsep(&stringp, ","))) {
ast_copy_string(vmu->pager, s, sizeof(vmu->pager));
}
if (stringp && (s = strsep(&stringp, ","))) {
apply_options(vmu, s);
if (stringp) {
apply_options(vmu, stringp);
}
 
switch (vmu->passwordlocation) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment