add removable xml hook bindings (oops forgot one line)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8906 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-07-07 17:11:53 +00:00
parent 502e9b2d4d
commit 8c199004d8
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ SWITCH_DECLARE(switch_status_t) switch_xml_unbind_search_function(switch_xml_bin
status = SWITCH_STATUS_SUCCESS; status = SWITCH_STATUS_SUCCESS;
break; break;
} }
last = ptr;
} }
switch_mutex_unlock(XML_LOCK); switch_mutex_unlock(XML_LOCK);