]> git.ipfire.org Git - thirdparty/asterisk.git/commit
When appending lines to call files to keep track of retries, write a leading
authorRussell Bryant <russell@russellbryant.com>
Sun, 1 Jul 2007 23:51:34 +0000 (23:51 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sun, 1 Jul 2007 23:51:34 +0000 (23:51 +0000)
commit4dfa0b47a710ea36dce3b552b5fdc5e7ea1a8ef6
treeb904f044467919dc63d4d2f392fe1961d7fc180b
parentdefd4eb3e2db4c790f213249df65ef6d256da3b7
When appending lines to call files to keep track of retries, write a leading
newline just in case the original call file did not have a newline at the end.
This fix is in response to a problem I saw reported on the asterisk-users
mailing list.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@72805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
pbx/pbx_spool.c