mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	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:
		| @@ -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 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user