[asterisk-commits] tilghman: branch 1.6.1 r173658 - in /branches/1.6.1: ./ res/res_config_sqlite.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 5 13:37:55 CST 2009
Author: tilghman
Date: Thu Feb 5 13:37:55 2009
New Revision: 173658
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=173658
Log:
Merged revisions 173657 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r173657 | tilghman | 2009-02-05 13:36:29 -0600 (Thu, 05 Feb 2009) | 2 lines
Change the first field, or we don't get the necessary field separation.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/res/res_config_sqlite.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/res/res_config_sqlite.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/res/res_config_sqlite.c?view=diff&rev=173658&r1=173657&r2=173658
==============================================================================
--- branches/1.6.1/res/res_config_sqlite.c (original)
+++ branches/1.6.1/res/res_config_sqlite.c Thu Feb 5 13:37:55 2009
@@ -812,6 +812,7 @@
ast_str_append(&sql2, 0, "%s,", tmp);
sqlite_freemem(tmp);
}
+ first = 0;
}
release_table(tbl);
More information about the asterisk-commits
mailing list