Author: nandika
Date: Thu Jan 29 05:28:45 2009
New Revision: 738762
URL: http://svn.apache.org/viewvc?rev=738762&view=rev
Log:
sqlite warning fixed
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c
Modified: webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c?rev=738762&r1=738761&r2=738762&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c (original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c Thu Jan 29
05:28:45 2009
@@ -50406,6 +50406,7 @@
int triggers_exist = 0; /* True if any triggers exist */
#endif
+ sContext.zAuthContext = NULL;
sContext.pParse = 0;
db = pParse->db;
if( pParse->nErr || db->mallocFailed ){
@@ -61502,6 +61503,7 @@
int newIdx = -1; /* index of trigger "new" temp table */
int oldIdx = -1; /* index of trigger "old" temp table */
+ sContext.zAuthContext = NULL;
sContext.pParse = 0;
db = pParse->db;
if( pParse->nErr || db->mallocFailed ){
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]