httpfilters/httpfilterauthentication/Src/HttpFilterDigestAuthentication.cpp
branchRCL_3
changeset 10 73e95e652591
parent 0 b16258d2340f
child 19 2f328ce1b263
--- a/httpfilters/httpfilterauthentication/Src/HttpFilterDigestAuthentication.cpp	Wed Mar 31 22:32:15 2010 +0300
+++ b/httpfilters/httpfilterauthentication/Src/HttpFilterDigestAuthentication.cpp	Wed Apr 14 16:31:08 2010 +0300
@@ -508,6 +508,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() ) )