]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Revert a change to audio_audiohook_write_list that had no affect.
authorSean Bright <sean@malleable.com>
Thu, 16 Feb 2012 20:01:15 +0000 (20:01 +0000)
committerSean Bright <sean@malleable.com>
Thu, 16 Feb 2012 20:01:15 +0000 (20:01 +0000)
commit706d34fade0d0613ceee273970b48994ba46431d
tree2b42816519cee4b02df972f1148863e39187cfc8
parent15f49a14971c4977e37bc09aa54d116eef2fab98
Revert a change to audio_audiohook_write_list that had no affect.

When I made this change initially, I was under the false impression that the
audiohooks structure remained on the channel after all of the hooks had been
detached.  This is not the case, ast ast_read takes care of removing the
audiohooks structure if the lists are empty.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@355622 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/audiohook.c