Skip to content
Snippets Groups Projects
Commit fa0ca01f authored by James Golovich's avatar James Golovich
Browse files

Minor formatting fix from code audit in cli.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3437 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 044ad2e2
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,7 @@ void ast_cli(int fd, char *fmt, ...)
va_end(ap);
if (res == -1) {
ast_log(LOG_ERROR, "Out of memory\n");
}
else {
} else {
ast_carefulwrite(fd, stuff, strlen(stuff), 100);
free(stuff);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment