mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
fix build when NEWJB is not defined (issue #5046)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6434 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4500,8 +4500,8 @@ static int iax2_no_jb_debug(int fd, int argc, char *argv[])
|
||||
return RESULT_SHOWUSAGE;
|
||||
#ifdef NEWJB
|
||||
jb_setoutput(jb_error_output, jb_warning_output, NULL);
|
||||
#endif
|
||||
jb_debug_output("\n");
|
||||
#endif
|
||||
ast_cli(fd, "IAX2 Jitterbuffer Debugging Disabled\n");
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user