diff options
author | Volker Lendecke <vl@samba.org> | 2012-02-10 12:48:30 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-02-10 15:06:06 +0100 |
commit | 6b87623e9dd861479f70fbcfc21ead0aaf244232 (patch) | |
tree | 2280fc5b0411543ab1c18dc9d12dc0487ed3866c /source3/smbd | |
parent | be3e479feb3bb8305c8d5bd6e20118191db01226 (diff) | |
download | samba-6b87623e9dd861479f70fbcfc21ead0aaf244232.tar.gz samba-6b87623e9dd861479f70fbcfc21ead0aaf244232.tar.bz2 samba-6b87623e9dd861479f70fbcfc21ead0aaf244232.zip |
s3-smb2: Make sure we have a subreq set
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/smb2_create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c index 5f834cd1dd..4f5c675eb6 100644 --- a/source3/smbd/smb2_create.c +++ b/source3/smbd/smb2_create.c @@ -458,6 +458,7 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx, return tevent_req_post(req, ev); } state->smb1req = smb1req; + smb2req->subreq = req; DEBUG(10,("smbd_smb2_create: name[%s]\n", in_name)); } else { |