Files
asterisk/main
Kinsey Moore ae3a465d8f Make the config parser remove escaping backslashes
The config parser in Asterisk does not currently remove a backslash that is
used to escape a semicolon which would otherwise be interpreted as the start
of a comment.

The change here causes that backslash to be removed, but does not create a
real escape system in the config parser.  The biggest complication with a real
escape system would be breaking existing configs everywhere (parsing \\ as \
and breaking on escaped non-semicolon characters) even though it would be the
"right" way to do things.

(closes issue ASTERISK-17121)
Review: https://reviewboard.asterisk.org/r/1724/


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@354655 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-09 19:52:25 +00:00
..
2010-12-20 09:14:29 +00:00
2011-06-01 23:11:55 +00:00
2011-09-13 07:11:36 +00:00
2010-06-17 17:23:43 +00:00
2011-04-20 05:25:15 +00:00
2012-01-29 02:42:59 +00:00
2011-10-11 00:43:14 +00:00
2010-05-18 22:48:51 +00:00
2012-02-09 18:58:40 +00:00
2010-04-22 18:07:02 +00:00