mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-06 12:21:49 +00:00
Fix undefined symbol conference_cdr_test_mflag
FS-8569 #resolve
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user