httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp
branchRCL_3
changeset 8 73e95e652591
parent 6 fa2fd8b2d6cc
child 19 c0c2f28ace9c
--- a/httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp	Wed Mar 31 22:32:15 2010 +0300
+++ b/httpfilters/httpfilterauthentication/Src/HttpFilterAuthentication.cpp	Wed Apr 14 16:31:08 2010 +0300
@@ -656,6 +656,7 @@
         {
         THTTPHdrVal fieldVal; // The name of the current field.
         THTTPHdrVal hdrVal; //A scratch hdrVal
+		// coverity [CHECKED_RETURN]
         headers.GetField( wwwAuthenticate, ii, fieldVal );
 
         switch ( fieldVal.StrF().Index( RHTTPSession::GetTable() ) )