]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix bad quoting of multiline mxml opaque_data that caused invalid xml.
authorWalter Doekes <walter+asterisk@wjd.nu>
Fri, 11 Nov 2011 21:29:05 +0000 (21:29 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Fri, 11 Nov 2011 21:29:05 +0000 (21:29 +0000)
commite52a729bd04fc7c596267db9bbd684286355f009
treebe067c9cc9b43d744557c14034e16a026e015706
parent394fa12d9717c5ffeb7fc4847858cb3f419f1212
Fix bad quoting of multiline mxml opaque_data that caused invalid xml.

The opaque_data was added and enclosed in single quotes, assuming it
would be only a single line. The rest of the lines were appended after
the closing quote.

(closes issue ASTERISK-18852)
Reported by: peep_ on IRC

Review: https://reviewboard.asterisk.org/r/1577
........

Merged revisions 344835 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@344836 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/manager.c