Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30531 | Differences between
and this patch

Collapse All | Expand All

(-)asterisk/frame.c.orig (-1 / +1 lines)
Lines 455-461 Link Here
455
		return RESULT_SHOWUSAGE;
455
		return RESULT_SHOWUSAGE;
456
456
457
	if (getenv("I_AM_NOT_AN_IDIOT") == NULL)
457
	if (getenv("I_AM_NOT_AN_IDIOT") == NULL)
458
		ast_cli(fd, "Disclaimer: this command is for informational purposes
458
		ast_cli(fd, "Disclaimer: this command is for informational purposes\
459
only.\n\tIt does not indicate anything about your configuration.\n");
459
only.\n\tIt does not indicate anything about your configuration.\n");
460
460
461
	if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) {
461
	if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) {

Return to bug 30531