httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp
branchRCL_3
changeset 19 c0c2f28ace9c
parent 8 73e95e652591
child 20 a0da872af3fa
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
   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