aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-29 16:19:07 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-29 16:19:07 +0000
commit1b9c46bbcd462af79cc54d92e5f522285c7638a8 (patch)
treef53bee5b953982d5191effbbc8b5bfda9174b442 /channels/chan_iax2.c
parentf86b5580ea1b2bbd8938f1ce34311445481ab2a3 (diff)
fix build when NEWJB is not defined (issue #5046)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6434 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_iax2.c')
-rwxr-xr-xchannels/chan_iax2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index c5bdab142..12887dd17 100755
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -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;
}