]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix findings from check-in on r374177
authorMatthew Jordan <mjordan@digium.com>
Tue, 2 Oct 2012 17:12:16 +0000 (17:12 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 2 Oct 2012 17:12:16 +0000 (17:12 +0000)
commit61ac420dfb42442d96e5827c10f7de335e3e8b9b
tree0f04cdeeb38d16994a23df2cc091c01def56ea13
parent8943656cccc0c9117a83c4d8162addd4875cca19
Fix findings from check-in on r374177

Richard pointed out two problems with the check-in from r374177:
* The ast_msg_shutdown function declaration doesn't match the prototype
  in main/message.c.
* The ref/alloc function usage in astobj2 (in trunk) can use the ao2_t_*
  variants of the functions to allow the REF_DEBUG flag to enable/disable
  their debug counterparts.
........

Merged revisions 374210 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@374211 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/message.c