connectivitymodules/SeCon/cntparser/src/cntparserserverexe.cpp
changeset 36 9ba7f05d28a5
parent 19 2691f6aa1921
--- 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 );
 		}