]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add removable xml hook bindings (oops forgot one line)
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 7 Jul 2008 17:11:53 +0000 (17:11 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 7 Jul 2008 17:11:53 +0000 (17:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8906 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_xml.cpp

index 804dfbfb7bad439e03ab0cec1be15b4e6bc8895d..eaaccbb066488c37636ed4a2a2edd9c40790b52f 100644 (file)
@@ -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);