[Freeswitch-svn] [commit] r13451 - freeswitch/trunk/src/mod/applications/mod_conference

FreeSWITCH SVN brian at freeswitch.org
Tue May 26 19:21:56 PDT 2009


Author: brian
Date: Tue May 26 21:21:56 2009
New Revision: 13451

Log:
 audit 

Modified:
   freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c

Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	Tue May 26 21:21:56 2009
@@ -4282,7 +4282,6 @@
 	switch_safe_free(lbuf);
 
 	return status;
-
 }
 
 /* generate an outbound call from the conference */
@@ -5364,7 +5363,6 @@
 		switch_copy_string(name, to, sizeof(name));
 	}
 
-
 	if (!(conference = conference_find(name))) {
 		switch_core_chat_send(proto, CONF_CHAT_PROTO, to, hint && strchr(hint, '/') ? hint : from, "", "Conference not active.", NULL, NULL);
 		return SWITCH_STATUS_FALSE;



More information about the Freeswitch-svn mailing list