]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make sipdebug default to 0
authorMark Spencer <markster@digium.com>
Sun, 24 Aug 2003 22:56:54 +0000 (22:56 +0000)
committerMark Spencer <markster@digium.com>
Sun, 24 Aug 2003 22:56:54 +0000 (22:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1420 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 30d7f1bc465ac70bdd44e45685b0dcfd2e2507ec..169ca384ef5b375b2daf3b54d7a4187fb01bd77a 100755 (executable)
@@ -126,7 +126,7 @@ static char ourhost[256];
 static struct in_addr __ourip;
 static int ourport;
 
-static int sipdebug = 1;
+static int sipdebug = 0;
 
 static int tos = 0;