> > + > > int decode_ntlmssp_challenge(char *bcc_ptr, int blob_len, > > struct cifs_ses *ses) > > { > > @@ -322,6 +342,7 @@ int decode_ntlmssp_challenge(char *bcc_ptr, int blob_len, > > return -ENOMEM; > > } > > ses->auth_key.len = tilen; > > + get_ntlmv2_server_time(ses); > > } > > > > return 0; > > I'll let a cifs maintainer ack or nack the implementation, but from a > logic pov it looks good. Thanks for your review! > > Simo. -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html