mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-smb2: Make sure we have a subreq set
This commit is contained in:
parent
be3e479feb
commit
6b87623e9d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user