dect
/
asterisk
Archived
13
0
Fork 0

No need to have debug enabled by default anymore..

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34717 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
north 2006-06-18 23:18:34 +00:00
parent d3194224be
commit 2041b9eb80
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ int skinny_header_size = 12;
* Asterisk specific globals *
*****************************/
static int skinnydebug = 1; /* XXX for now, enable debugging default */
static int skinnydebug = 0;
/* a hostname, portnumber, socket and such is usefull for VoIP protocols */
static struct sockaddr_in bindaddr;