We left basically the Channel value of the SMB2 write with a high chance
of being non 0, which means the server should reject the request
as rdma offload is not used.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
struct smb2_create io;
struct smb2_lease ls1;
struct smb2_handle h = {}, h1 = {}, h2 = {};
- struct smb2_write w;
+ struct smb2_write w = {};
NTSTATUS status;
const char *fname = "dynamic_path.dat";
bool ret = true;