diff -r c0c2f28ace9c -r a0da872af3fa applayerprotocols/httptransportfw/core/chttpformencoder.cpp --- a/applayerprotocols/httptransportfw/core/chttpformencoder.cpp Tue Aug 31 15:44:10 2010 +0300 +++ b/applayerprotocols/httptransportfw/core/chttpformencoder.cpp Wed Sep 01 12:21:21 2010 +0100 @@ -70,7 +70,7 @@ TInt CHTTPFormEncoder::Reset() { - iState = EAllowAppendData; + iState = EAllowAppendData; return KErrNone; }