From 8c199004d8332ff17b8b2bea1637b5d3ddbbee5b Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 7 Jul 2008 17:11:53 +0000 Subject: [PATCH] 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 --- src/switch_xml.cpp | 1 + 1 file changed, 1 insertion(+) 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);