提交 7a36d978 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8535 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 bcf37faf
...@@ -525,7 +525,7 @@ static unsigned char complete(EditLine *el, int ch) ...@@ -525,7 +525,7 @@ static unsigned char complete(EditLine *el, int ch)
if (h.words == 0) { if (h.words == 0) {
stream.write_function(&stream, stream.write_function(&stream,
"select distinct a1 from complete where " "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 { } else {
stream.write_function(&stream, stream.write_function(&stream,
"select distinct a%d from complete where ", h.words + 1); "select distinct a%d from complete where ", h.words + 1);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论