You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by na...@apache.org on 2009/01/29 06:28:45 UTC

svn commit: r738762 - /webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org