[svn-commits] tilghman: branch tilghman/cdr_custom_odbc r64028 - in
/team/tilghman/cdr_cust...
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Fri May 11 15:27:30 MST 2007
Author: tilghman
Date: Fri May 11 17:27:30 2007
New Revision: 64028
URL: http://svn.digium.com/view/asterisk?view=rev&rev=64028
Log:
Rename config file, too
Added:
team/tilghman/cdr_custom_odbc/configs/cdr_adaptive_odbc.conf.sample
- copied unchanged from r64013, team/tilghman/cdr_custom_odbc/configs/cdr_custom_odbc.conf.sample
Removed:
team/tilghman/cdr_custom_odbc/configs/cdr_custom_odbc.conf.sample
Modified:
team/tilghman/cdr_custom_odbc/cdr/cdr_adaptive_odbc.c
Modified: team/tilghman/cdr_custom_odbc/cdr/cdr_adaptive_odbc.c
URL: http://svn.digium.com/view/asterisk/team/tilghman/cdr_custom_odbc/cdr/cdr_adaptive_odbc.c?view=diff&rev=64028&r1=64027&r2=64028
==============================================================================
--- team/tilghman/cdr_custom_odbc/cdr/cdr_adaptive_odbc.c (original)
+++ team/tilghman/cdr_custom_odbc/cdr/cdr_adaptive_odbc.c Fri May 11 17:27:30 2007
@@ -93,7 +93,7 @@
char table[40];
int lenconnection, lentable;
SQLLEN sqlptr;
- int res;
+ int res = 0;
SQLHSTMT stmt = NULL;
cfg = ast_config_load(CONFIG);
More information about the svn-commits
mailing list