httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp
branchRCL_3
changeset 39 c0c2f28ace9c
parent 10 73e95e652591
child 40 a0da872af3fa
--- a/httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp	Thu Aug 19 10:27:19 2010 +0300
+++ b/httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp	Tue Aug 31 15:44:10 2010 +0300
@@ -656,7 +656,8 @@
         {
         THTTPHdrVal fieldVal; // The name of the current field.
         THTTPHdrVal hdrVal; //A scratch hdrVal
-		// coverity [CHECKED_RETURN]
+				// coverity [check_return]
+				// coverity [unchecked_value]
         headers.GetField( wwwAuthenticate, ii, fieldVal );
 
         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )