dect
/
asterisk
Archived
13
0
Fork 0

add line break after show agents output (bug #4768)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6186 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2005-07-25 16:53:28 +00:00
parent c0df67963e
commit 2fd1a02c38
1 changed files with 2 additions and 0 deletions

View File

@ -1511,6 +1511,8 @@ static int agents_show(int fd, int argc, char **argv)
} else {
ast_cli(fd, "%d agents configured [%d online , %d offline]\n",count_agents, online_agents, offline_agents);
}
ast_cli(fd, "\n");
return RESULT_SUCCESS;
}