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

Freeswitch SVN anthm at freeswitch.org
Thu May 22 22:50:15 EDT 2008


Author: anthm
Date: Thu May 22 22:50:14 2008
New Revision: 8535

Modified:
   freeswitch/trunk/src/switch_console.c

Log:
update

Modified: freeswitch/trunk/src/switch_console.c
==============================================================================
--- freeswitch/trunk/src/switch_console.c	(original)
+++ freeswitch/trunk/src/switch_console.c	Thu May 22 22:50:14 2008
@@ -525,7 +525,7 @@
 		if (h.words == 0) {
 			stream.write_function(&stream, 
 								  "select distinct a1 from complete where "
-								  "a1 not in (select name from interfaces) and ");
+								  "a1 not in (select name from interfaces) %s ", argc ? "and" : "");
 		} else {
 			stream.write_function(&stream, 
 								  "select distinct a%d from complete where ", h.words + 1);



More information about the Freeswitch-svn mailing list