1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-19 01:45:32 +00:00

fix lost bindings when list

This commit is contained in:
Seven Du 2012-09-13 11:31:50 +08:00
parent 210e501782
commit 9c1c911648

@ -1720,8 +1720,7 @@ SWITCH_STANDARD_API(erlang_cmd)
} else if (!strcasecmp(argv[0], "bindings")) {
int found = 0;
struct erlang_binding *ptr;
switch_thread_rwlock_wrlock(globals.bindings_rwlock);
switch_xml_set_binding_sections(bindings.search_binding, SWITCH_XML_SECTION_MAX);
switch_thread_rwlock_rdlock(globals.bindings_rwlock);
for (ptr = bindings.head; ptr; ptr = ptr->next) {