[Asterisk-cvs] asterisk/channels chan_agent.c,1.145,1.146
russell at lists.digium.com
russell at lists.digium.com
Mon Jul 25 12:46:45 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv14837/channels
Modified Files:
chan_agent.c
Log Message:
add line break after show agents output (bug #4768)
Index: chan_agent.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_agent.c,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- chan_agent.c 15 Jul 2005 23:00:46 -0000 1.145
+++ chan_agent.c 25 Jul 2005 16:53:28 -0000 1.146
@@ -1511,6 +1511,8 @@
} 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;
}
More information about the svn-commits
mailing list