[svn-commits] russell: trunk r47198 - in /trunk: ./ main/cli.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Nov 4 11:12:31 MST 2006


Author: russell
Date: Sat Nov  4 12:12:31 2006
New Revision: 47198

URL: http://svn.digium.com/view/asterisk?rev=47198&view=rev
Log:
Merged revisions 47196 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47196 | russell | 2006-11-04 13:10:22 -0500 (Sat, 04 Nov 2006) | 2 lines

Fix another bug in "core set debug" ...

........

Modified:
    trunk/   (props changed)
    trunk/main/cli.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/cli.c
URL: http://svn.digium.com/view/asterisk/trunk/main/cli.c?rev=47198&r1=47197&r2=47198&view=diff
==============================================================================
--- trunk/main/cli.c (original)
+++ trunk/main/cli.c Sat Nov  4 12:12:31 2006
@@ -244,7 +244,7 @@
 		if (sscanf(argv[4], "%d", &newlevel) != 1)
 			return RESULT_SHOWUSAGE;
 
-		if (argc == 4) {
+		if (argc == 6) {
 			debug_filename[0] = '\0';
 		} else {
 			filename = argv[4];



More information about the svn-commits mailing list