[Freeswitch-svn] [commit] r11150 - freeswitch/trunk/src/mod/xml_int/mod_xml_rpc

FreeSWITCH SVN brian at freeswitch.org
Mon Jan 12 14:38:17 PST 2009


Author: brian
Date: Mon Jan 12 16:38:17 2009
New Revision: 11150

Log:
fix missing ref

Modified:
   freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c

Modified: freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
==============================================================================
--- freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c	(original)
+++ freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c	Mon Jan 12 16:38:17 2009
@@ -674,7 +674,7 @@
 	switch_snprintf(buf, sizeof(buf), "Connection: close\r\n");
 	ConnWrite(r->conn, buf, (uint32_t) strlen(buf));
 
-	if (html || text) {
+	if (html || text || xml) {
 		ConnWrite(r->conn, "\r\n", 2);
 	}
 



More information about the Freeswitch-svn mailing list