[Asterisk-cvs] asterisk frame.c,1.7,1.8
markster at lists.digium.com
markster at lists.digium.com
Sun Oct 5 17:16:21 CDT 2003
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv7903
Modified Files:
frame.c
Log Message:
Minor fixups
Index: frame.c
===================================================================
RCS file: /usr/cvsroot/asterisk/frame.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- frame.c 26 Sep 2003 23:17:33 -0000 1.7
+++ frame.c 5 Oct 2003 22:17:32 -0000 1.8
@@ -454,6 +454,10 @@
if ((argc < 2) || (argc > 3))
return RESULT_SHOWUSAGE;
+ if (getenv("I_AM_NOT_AN_IDIOT") == NULL)
+ ast_cli(fd, "Disclaimer: this command is for informational purposes
+only.\n\tIt does not indicate anything about your configuration.\n");
+
if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) {
found = 1;
for (i=0;i<11;i++)
More information about the svn-commits
mailing list