mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
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…
x
Reference in New Issue
Block a user