persistentstorage/sql/SRC/Server/SqlSrvStatement.cpp
changeset 51 7d4490026038
parent 31 ba1c4f4a893f
child 55 44f437012c90
--- a/persistentstorage/sql/SRC/Server/SqlSrvStatement.cpp	Thu Aug 12 11:53:23 2010 +0100
+++ b/persistentstorage/sql/SRC/Server/SqlSrvStatement.cpp	Mon Sep 27 11:59:56 2010 +0100
@@ -67,7 +67,8 @@
 */
 void HSqlSrvStmtParamBuf::DoSynchL()
 	{
-	if(iSynchDone || !iAlive || iStatementFinalized || iBufType != HSqlSrvStmtParamBuf::EBufIpcStream)
+	TBool dontSynch = iSynchDone || !iAlive || iStatementFinalized || iBufType != HSqlSrvStmtParamBuf::EBufIpcStream;
+	if(dontSynch)
 		{
 		return;	
 		}