applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp
branchRCL_3
changeset 40 a0da872af3fa
parent 39 c0c2f28ace9c
--- a/applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp	Tue Aug 31 15:44:10 2010 +0300
+++ b/applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp	Wed Sep 01 12:21:21 2010 +0100
@@ -79,7 +79,7 @@
 		// If the next filter is a mandatory filter then move on to the next filter
 		if( iFilterInfoList[iCurrentFilterIndex]->iCategory == TSessionFilterInfo::EMandatory )
 			return Next();
-		++iCurrentFilterIndex;
+		++iCurrentFilterIndex;	
 		}
 
 	return KErrNone;