httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp
branchRCL_3
changeset 40 a0da872af3fa
parent 39 c0c2f28ace9c
equal deleted inserted replaced
39:c0c2f28ace9c 40:a0da872af3fa
   654 
   654 
   655     for ( TInt ii = 0; ii < parts; ii++ )
   655     for ( TInt ii = 0; ii < parts; ii++ )
   656         {
   656         {
   657         THTTPHdrVal fieldVal; // The name of the current field.
   657         THTTPHdrVal fieldVal; // The name of the current field.
   658         THTTPHdrVal hdrVal; //A scratch hdrVal
   658         THTTPHdrVal hdrVal; //A scratch hdrVal
   659 				// coverity [check_return]
   659 		// coverity [CHECKED_RETURN]
   660 				// coverity [unchecked_value]
       
   661         headers.GetField( wwwAuthenticate, ii, fieldVal );
   660         headers.GetField( wwwAuthenticate, ii, fieldVal );
   662 
   661 
   663         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   662         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   664             {
   663             {
   665 
   664