connectivitymodules/SeCon/cntparser/src/cntparserserverexe.cpp
changeset 40 b63e67867dcd
parent 19 2691f6aa1921
--- a/connectivitymodules/SeCon/cntparser/src/cntparserserverexe.cpp	Tue Jul 13 03:35:14 2010 +0530
+++ b/connectivitymodules/SeCon/cntparser/src/cntparserserverexe.cpp	Tue Jul 13 03:39:25 2010 +0530
@@ -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 );
 		}