Hopefully last fix to remote cli completion

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich 2004-04-09 17:46:04 +00:00
parent 639438836b
commit fcf76b36aa
1 changed files with 1 additions and 0 deletions

View File

@ -1102,6 +1102,7 @@ static char *cli_complete(EditLine *el, int ch)
snprintf(buf, sizeof(buf),"_COMMAND MATCHESARRAY \"%s\" \"%s\"", lf->buffer, ptr);
fdprint(ast_consock, buf);
res = 0;
mbuf[0] = '\0';
while (!strstr(mbuf, AST_CLI_COMPLETE_EOF) && res != -1) {
if (mlen + 1024 > maxmbuf) {
/* Every step increment buffer 1024 bytes */