From 7a36d978a1a66a1d7a829a92381ac13eaa922b21 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 23 May 2008 02:50:14 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8535 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_console.c b/src/switch_console.c index 4f765c81f3..e5a572286e 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -525,7 +525,7 @@ static unsigned char complete(EditLine *el, int ch) 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);