Fix undefined symbol conference_cdr_test_mflag
FS-8569 #resolve
This commit is contained in:
parent
08816959aa
commit
e9126a7337
|
@ -42,7 +42,7 @@
|
|||
#include <mod_conference.h>
|
||||
|
||||
|
||||
inline switch_bool_t conference_cdr_test_mflag(conference_cdr_node_t *np, member_flag_t mflag)
|
||||
static inline switch_bool_t conference_cdr_test_mflag(conference_cdr_node_t *np, member_flag_t mflag)
|
||||
{
|
||||
return !!np->mflags[mflag];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue