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

FreeSWITCH SVN brian at freeswitch.org
Sat Jan 3 10:57:31 PST 2009


Author: brian
Date: Sat Jan  3 13:57:31 2009
New Revision: 11064

Log:
TIMMAH!!!!!!


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	Sat Jan  3 13:57:31 2009
@@ -178,6 +178,7 @@
 				if ((dp = strchr(user, '@'))) {
 					*dp++ = '\0';
 					domain_name = dp;
+					at++;
 				}
 				
 				if (!domain_name) {



More information about the Freeswitch-svn mailing list