Make sipdebug default to 0

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-08-24 22:56:54 +00:00
parent dcb9b8f9a2
commit 1d7e348b8f

View File

@@ -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;