Build under dev-mode

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@142635 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2008-09-12 00:49:31 +00:00
parent c4fc8fe4be
commit e189fb406f

View File

@@ -87,7 +87,7 @@ static int load_config(void)
char columnname[80];
char connection[40];
char table[40];
int lenconnection, lentable, usegmtime;
int lenconnection, lentable, usegmtime = 0;
SQLLEN sqlptr;
int res = 0;
SQLHSTMT stmt = NULL;