Make sipdebug default to 0

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 23 years ago
parent dcb9b8f9a2
commit 1d7e348b8f

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

Loading…
Cancel
Save