diff -r 0ca79e3612d9 -r 9ba7f05d28a5 connectivitymodules/SeCon/cntparser/src/cntparserserverexe.cpp --- a/connectivitymodules/SeCon/cntparser/src/cntparserserverexe.cpp Wed Jun 23 18:02:53 2010 +0300 +++ b/connectivitymodules/SeCon/cntparser/src/cntparserserverexe.cpp Tue Jul 06 14:06:02 2010 +0300 @@ -261,7 +261,7 @@ { LOGGER_WRITE( "CntParserServer: Complete phonebook request" ); iSessionIter.SetToFirst(); - while( iSessionIter!=NULL ) //Go through all sessions + while( iSessionIter ) //Go through all sessions { ( (CCntParserServerSession*) (iSessionIter++) )->CompletePhoneBookRequest( aErr ); }