]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix undefined symbol conference_cdr_test_mflag
authorSpencer Thomason <spencer@whiteskycommunications.com>
Tue, 24 Nov 2015 20:33:07 +0000 (20:33 +0000)
committerSpencer Thomason <spencer@whiteskycommunications.com>
Tue, 24 Nov 2015 20:33:07 +0000 (20:33 +0000)
FS-8569 #resolve

src/mod/applications/mod_conference/conference_cdr.c

index 83ba8ee579c292b5c7c22dd5446c53c296604722..36938cb22c27efc53685a13a1bc290075900e4e0 100644 (file)
@@ -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];
 }