[Freeswitch-svn] [commit] r8906 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Mon Jul 7 13:11:54 EDT 2008


Author: anthm
Date: Mon Jul  7 13:11:53 2008
New Revision: 8906

Modified:
   freeswitch/trunk/src/switch_xml.cpp

Log:
add removable xml hook bindings (oops forgot one line)

Modified: freeswitch/trunk/src/switch_xml.cpp
==============================================================================
--- freeswitch/trunk/src/switch_xml.cpp	(original)
+++ freeswitch/trunk/src/switch_xml.cpp	Mon Jul  7 13:11:53 2008
@@ -159,6 +159,7 @@
 			status = SWITCH_STATUS_SUCCESS;
 			break;
 		}
+		last = ptr;
 	}
 	switch_mutex_unlock(XML_LOCK);
 



More information about the Freeswitch-svn mailing list