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