[asterisk-commits] russell: branch russell/video_on_hold r142643 - in /team/russell/video_on_hol...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 11 20:24:32 CDT 2008
Author: russell
Date: Thu Sep 11 20:24:31 2008
New Revision: 142643
URL: http://svn.digium.com/view/asterisk?view=rev&rev=142643
Log:
sync with teh trunk
Modified:
team/russell/video_on_hold/ (props changed)
team/russell/video_on_hold/cdr/cdr_adaptive_odbc.c
Propchange: team/russell/video_on_hold/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Sep 11 20:24:31 2008
@@ -1,1 +1,1 @@
-/trunk:1-142621
+/trunk:1-142640
Modified: team/russell/video_on_hold/cdr/cdr_adaptive_odbc.c
URL: http://svn.digium.com/view/asterisk/team/russell/video_on_hold/cdr/cdr_adaptive_odbc.c?view=diff&rev=142643&r1=142642&r2=142643
==============================================================================
--- team/russell/video_on_hold/cdr/cdr_adaptive_odbc.c (original)
+++ team/russell/video_on_hold/cdr/cdr_adaptive_odbc.c Thu Sep 11 20:24: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