[Freeswitch-svn] [commit] r4259 - freeswitch/trunk/src/mod/endpoints/mod_dingaling

Freeswitch SVN mikej at freeswitch.org
Wed Feb 14 12:22:35 EST 2007


Author: mikej
Date: Wed Feb 14 12:22:34 2007
New Revision: 4259

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c

Log:
remove extra ;

Modified: freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_dingaling/mod_dingaling.c	Wed Feb 14 12:22:34 2007
@@ -1528,7 +1528,7 @@
 		char sess_id[11] = "";
 		char *dnis = NULL;
 		char workspace[1024] = "";
-		char *p, *u, ubuf[512] = "", *user = NULL;;
+		char *p, *u, ubuf[512] = "", *user = NULL;
 		char *cid_msg = NULL;
 
 		switch_copy_string(workspace, outbound_profile->destination_number, sizeof(workspace));



More information about the Freeswitch-svn mailing list