dect
/
asterisk
Archived
13
0
Fork 0

Make sipdebug default to 0

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1420 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-08-24 22:56:54 +00:00
parent 3f366956a2
commit be8272b412
1 changed files with 1 additions and 1 deletions

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;