applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp
changeset 28 dd1f62411ef8
parent 0 b16258d2340f
--- a/applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp	Wed Jun 23 18:48:21 2010 +0300
+++ b/applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp	Tue Jul 06 14:51:44 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;