]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix crash caused by merge error on review 4138
authorCorey Farrell <git@cfware.com>
Tue, 4 Nov 2014 14:09:43 +0000 (14:09 +0000)
committerCorey Farrell <git@cfware.com>
Tue, 4 Nov 2014 14:09:43 +0000 (14:09 +0000)
commitac48e34b879768a6efbf1651693acdf030496f8f
tree6c6258dd96db9f2bb27a4d5355be3399ce9117ab
parentb586e7f0b221c07ae86fa0bdf85617c471933423
Fix crash caused by merge error on review 4138

When merging from 12 to 13 there were conflicts,
I mistakenly had the loop run ast_closestream(others[0])
when it should be ast_closestream(others[x]).

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@427181 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/app.c