mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
Quoting in the wrong direction
(Fixes AST-107) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@152463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3115,7 +3115,7 @@ static void make_email_file(FILE *p, char *srcemail, struct ast_vm_user *vmu, in
|
||||
}
|
||||
fprintf(p, "%s %s <%s>" ENDL, first_line ? "From:" : "", passdata, who);
|
||||
} else {
|
||||
fprintf(p, "From: %s <%s>" ENDL, quote(passdata, passdata2, len_passdata2), who);
|
||||
fprintf(p, "From: %s <%s>" ENDL, quote(passdata2, passdata, len_passdata), who);
|
||||
}
|
||||
ast_channel_free(ast);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user