mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
smb_server/smb2: initialize new create.in.blobs element untill it'll be supported
metze (This used to be commit fbfbd74e65b1f3e185f08a538bdd50ba7c6ce9bf)
This commit is contained in:
parent
578539216f
commit
79b2980cf5
@ -79,6 +79,7 @@ void smb2srv_create_recv(struct smb2srv_request *req)
|
||||
SMB2SRV_CHECK(smb2_pull_o32s32_blob(&req->in, io, req->in.body+0x30, &blob));
|
||||
/* TODO: parse the blob */
|
||||
ZERO_STRUCT(io->smb2.in.eas);
|
||||
ZERO_STRUCT(io->smb2.in.blobs);
|
||||
|
||||
/* the VFS backend does not yet handle NULL filenames */
|
||||
if (io->smb2.in.fname == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user