mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
mod_conference: fix build error for Meftah before he drives me insane with nagging
This commit is contained in:
parent
ef03f93f46
commit
9c5cd268f7
@ -3801,7 +3801,7 @@ static void conference_xlist(conference_obj_t *conference, switch_xml_t x_confer
|
||||
if (conference->agc_level) {
|
||||
char tmp[30] = "";
|
||||
switch_snprintf(tmp, sizeof(tmp), "%d", conference->agc_level);
|
||||
switch_xml_set_attr_d(x_conference, "agc", tmp);
|
||||
switch_xml_set_attr_d_buf(x_conference, "agc", tmp);
|
||||
}
|
||||
|
||||
x_members = switch_xml_add_child_d(x_conference, "members", 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user