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]).
........
Merged revisions 427181 from http://svn.asterisk.org/svn/asterisk/branches/13
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@427182
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
break;
}
if (!realfiles[x]) {
- ast_closestream(others[0]);
+ ast_closestream(others[x]);
continue;
}
/*!\note Same logic as above. */