applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp
branchRCL_3
changeset 22 26ce6fb6aee2
parent 0 b16258d2340f
child 39 c0c2f28ace9c
--- a/applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp	Tue May 25 13:17:20 2010 +0300
+++ b/applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp	Wed Jun 09 10:16:57 2010 +0300
@@ -76,10 +76,10 @@
 		}
 	else
 		{
-		++iCurrentFilterIndex;
 		// If the next filter is a mandatory filter then move on to the next filter
 		if( iFilterInfoList[iCurrentFilterIndex]->iCategory == TSessionFilterInfo::EMandatory )
 			return Next();
+		++iCurrentFilterIndex;	
 		}
 
 	return KErrNone;