httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp
branchRCL_3
changeset 8 73e95e652591
parent 6 fa2fd8b2d6cc
child 19 c0c2f28ace9c
equal deleted inserted replaced
7:2611c08ee28e 8:73e95e652591
   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         headers.GetField( wwwAuthenticate, ii, fieldVal );
   660         headers.GetField( wwwAuthenticate, ii, fieldVal );
   660 
   661 
   661         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   662         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   662             {
   663             {
   663 
   664