httpfilters/httpfilterauthentication/Src/HttpFilterDigestAuthentication.cpp
branchRCL_3
changeset 8 73e95e652591
parent 0 b16258d2340f
child 19 c0c2f28ace9c
equal deleted inserted replaced
7:2611c08ee28e 8:73e95e652591
   506 
   506 
   507     for ( TInt ii = 0; ii < parts; ii++ )
   507     for ( TInt ii = 0; ii < parts; ii++ )
   508         {
   508         {
   509         THTTPHdrVal fieldVal; // The name of the current field.
   509         THTTPHdrVal fieldVal; // The name of the current field.
   510         THTTPHdrVal hdrVal; //A scratch hdrVal
   510         THTTPHdrVal hdrVal; //A scratch hdrVal
       
   511 		// coverity [CHECKED_RETURN]
   511         headers.GetField( wwwAuthenticate, ii, fieldVal );
   512         headers.GetField( wwwAuthenticate, ii, fieldVal );
   512 
   513 
   513         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   514         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )
   514             {
   515             {
   515             case HTTP::EDigest:
   516             case HTTP::EDigest: