diff -r 788b770ce3ae -r 42de37ce7ce4 supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplsession2.cpp --- a/supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplsession2.cpp Tue Feb 02 10:12:24 2010 +0200 +++ b/supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplsession2.cpp Fri Feb 19 23:14:27 2010 +0200 @@ -5554,6 +5554,7 @@ // ----------------------------------------------------------------------------- void COMASuplSession::RemoveActiveSession() { + if (iTrace) iTrace->Trace(_L("Removing Trigger Session from DB..."), KTraceFileName, __LINE__); //may need to reset the iActiveSessionId to 0 so that self deletion event will not come to same session... TInt err = iSuplStorageSettings->DeleteSessionRecord(iSETSessionUniqueId);