No need to have debug enabled by default anymore..

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34717 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
North Antara
2006-06-18 23:18:34 +00:00
parent a5d6979fac
commit e832ae320f

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;