Fixes chanspy enforced mode lacking a channel_unlock.

(closes issue #19348)
Reported by: wdoekes
Patches: 
      issue19348_chanspy_missing_channel_unlock.patch uploaded by wdoekes (license 717)



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@320506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
David Vossel 15 years ago
parent 206057bb60
commit d1fbf03fdf

@ -938,6 +938,7 @@ static int common_exec(struct ast_channel *chan, struct ast_flags *flags,
}
if (!ienf) {
ast_channel_unlock(peer);
continue;
}

Loading…
Cancel
Save