diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-04-16 19:26:52 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-04-17 02:39:29 +0200 |
commit | 79b2980cf5de19c682d30025f29a421a4b656cf6 (patch) | |
tree | f7ebb23de8c3000df7f03f95cfcabd32ef68b5f0 /source4 | |
parent | 578539216fcb275e5ec013b3ed1c81e4baced80e (diff) | |
download | samba-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')
-rw-r--r-- | source4/smb_server/smb2/fileio.c | 1 |
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) { |