Merged revisions 168200 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

................
r168200 | russell | 2009-01-09 16:21:05 -0600 (Fri, 09 Jan 2009) | 10 lines

Merged revisions 168198 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r168198 | russell | 2009-01-09 16:14:38 -0600 (Fri, 09 Jan 2009) | 2 lines

Make this compile for mvanbaak

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@168209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.1
Russell Bryant 17 years ago
parent 4736407e8d
commit ed7fbc7ea1

@ -186,7 +186,7 @@ static struct ao2_container *mohclasses;
static int reload(void);
#define mohclass_ref(class) (ao2_ref((class), +1), class)
#define mohclass_unref(class) (ao2_ref((class), -1), NULL)
#define mohclass_unref(class) (ao2_ref((class), -1), (struct mohclass *) NULL)
static void moh_files_release(struct ast_channel *chan, void *data)
{

Loading…
Cancel
Save