[asterisk-commits] seanbright: trunk r142635 - /trunk/cdr/cdr_adaptive_odbc.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 11 19:49:31 CDT 2008
Author: seanbright
Date: Thu Sep 11 19:49:31 2008
New Revision: 142635
URL: http://svn.digium.com/view/asterisk?view=rev&rev=142635
Log:
Build under dev-mode
Modified:
trunk/cdr/cdr_adaptive_odbc.c
Modified: trunk/cdr/cdr_adaptive_odbc.c
URL: http://svn.digium.com/view/asterisk/trunk/cdr/cdr_adaptive_odbc.c?view=diff&rev=142635&r1=142634&r2=142635
==============================================================================
--- trunk/cdr/cdr_adaptive_odbc.c (original)
+++ trunk/cdr/cdr_adaptive_odbc.c Thu Sep 11 19:49:31 2008
@@ -87,7 +87,7 @@
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;
More information about the asterisk-commits
mailing list