[asterisk-commits] tilghman: branch 1.6.1 r173778 - /branches/1.6.1/res/res_config_sqlite.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Feb 5 17:51:19 CST 2009


Author: tilghman
Date: Thu Feb  5 17:51:18 2009
New Revision: 173778

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=173778
Log:
Oops, merge from trunk broke 1.6.1

Modified:
    branches/1.6.1/res/res_config_sqlite.c

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=173778&r1=173777&r2=173778
==============================================================================
--- branches/1.6.1/res/res_config_sqlite.c (original)
+++ branches/1.6.1/res/res_config_sqlite.c Thu Feb  5 17:51:18 2009
@@ -812,7 +812,6 @@
 			ast_str_append(&sql2, 0, "%s,", tmp);
 			sqlite_freemem(tmp);
 		}
-		first = 0;
 	}
 	release_table(tbl);
 




More information about the asterisk-commits mailing list