summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/fileio.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-16 19:26:52 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-17 02:39:29 +0200
commit79b2980cf5de19c682d30025f29a421a4b656cf6 (patch)
treef7ebb23de8c3000df7f03f95cfcabd32ef68b5f0 /source4/smb_server/smb2/fileio.c
parent578539216fcb275e5ec013b3ed1c81e4baced80e (diff)
downloadsamba-79b2980cf5de19c682d30025f29a421a4b656cf6.tar.gz
samba-79b2980cf5de19c682d30025f29a421a4b656cf6.tar.bz2
samba-79b2980cf5de19c682d30025f29a421a4b656cf6.zip
smb_server/smb2: initialize new create.in.blobs element untill it'll be supported
metze (This used to be commit fbfbd74e65b1f3e185f08a538bdd50ba7c6ce9bf)
Diffstat (limited to 'source4/smb_server/smb2/fileio.c')
-rw-r--r--source4/smb_server/smb2/fileio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smb_server/smb2/fileio.c b/source4/smb_server/smb2/fileio.c
index 8f8b4e771c..af1a413009 100644
--- a/source4/smb_server/smb2/fileio.c
+++ b/source4/smb_server/smb2/fileio.c
@@ -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) {