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" ...

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-11-04 18:12:31 +00:00
parent 9297a1a8f9
commit 18693a45dc

View File

@@ -244,7 +244,7 @@ static int handle_debug(int fd, int argc, char *argv[])
if (sscanf(argv[4], "%d", &newlevel) != 1)
return RESULT_SHOWUSAGE;
if (argc == 4) {
if (argc == 6) {
debug_filename[0] = '\0';
} else {
filename = argv[4];