1
0
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:
Stefan Metzmacher 2008-04-16 19:26:52 +02:00
parent 578539216f
commit 79b2980cf5

View File

@ -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)); SMB2SRV_CHECK(smb2_pull_o32s32_blob(&req->in, io, req->in.body+0x30, &blob));
/* TODO: parse the blob */ /* TODO: parse the blob */
ZERO_STRUCT(io->smb2.in.eas); ZERO_STRUCT(io->smb2.in.eas);
ZERO_STRUCT(io->smb2.in.blobs);
/* the VFS backend does not yet handle NULL filenames */ /* the VFS backend does not yet handle NULL filenames */
if (io->smb2.in.fname == NULL) { if (io->smb2.in.fname == NULL) {