httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp
changeset 19 2f328ce1b263
parent 14 ce2bfba3d005
child 40 a0da872af3fa
equal deleted inserted replaced
16:cb0c8a2aff2d 19:2f328ce1b263
   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 [CHECKED_RETURN]
   659 				// coverity [check_return]
       
   660 				// coverity [unchecked_value]
   660         headers.GetField( wwwAuthenticate, ii, fieldVal );
   661         headers.GetField( wwwAuthenticate, ii, fieldVal );
   661 
   662 
   662         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   663         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   663             {
   664             {
   664 
   665