diff -r c0c2f28ace9c -r a0da872af3fa httpfilters/httpfilterauthentication/Src/HttpFilterDigestAuthentication.cpp --- a/httpfilters/httpfilterauthentication/Src/HttpFilterDigestAuthentication.cpp Tue Aug 31 15:44:10 2010 +0300 +++ b/httpfilters/httpfilterauthentication/Src/HttpFilterDigestAuthentication.cpp Wed Sep 01 12:21:21 2010 +0100 @@ -508,10 +508,8 @@ { THTTPHdrVal fieldVal; // The name of the current field. THTTPHdrVal hdrVal; //A scratch hdrVal - - // coverity [check_return] - // coverity [unchecked_value] - headers.GetField( wwwAuthenticate, ii, fieldVal ); + // coverity [CHECKED_RETURN] + headers.GetField( wwwAuthenticate, ii, fieldVal ); switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) ) {