From: Anthony Minessale Date: Mon, 7 Jul 2008 17:11:53 +0000 (+0000) Subject: add removable xml hook bindings (oops forgot one line) X-Git-Tag: v1.0.1~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c199004d8332ff17b8b2bea1637b5d3ddbbee5b;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/switch_xml.cpp b/src/switch_xml.cpp index 804dfbfb7b..eaaccbb066 100644 --- a/src/switch_xml.cpp +++ b/src/switch_xml.cpp @@ -159,6 +159,7 @@ SWITCH_DECLARE(switch_status_t) switch_xml_unbind_search_function(switch_xml_bin status = SWITCH_STATUS_SUCCESS; break; } + last = ptr; } switch_mutex_unlock(XML_LOCK);