]> err.no Git - linux-2.6/blobdiff - fs/cifs/cifsencrypt.c
[CIFS] SessionSetup cleanup part 2
[linux-2.6] / fs / cifs / cifsencrypt.c
index 41d08d9fef79ecc305af42f6862a3c302acc9ef5..c2cbe0ed98b3e6b0467637236cece58f66dd131a 100644 (file)
@@ -260,4 +260,5 @@ void CalcNTLMv2_response(const struct cifsSesInfo * ses,char * v2_session_respon
 /*     hmac_md5_update(v2_session_response+16)client thing,8,&context); */ /* BB fix */
 
        hmac_md5_final(v2_session_response,&context);
+       cifs_dump_mem("v2_sess_rsp: ", v2_session_response, 32); /* BB removeme BB */
 }