mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Fix another bug in "core set debug" ...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47196 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -298,7 +298,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];
|
||||
|
Reference in New Issue
Block a user