1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3-smb2: Make sure we have a subreq set

This commit is contained in:
Volker Lendecke 2012-02-10 12:48:30 +01:00
parent be3e479feb
commit 6b87623e9d

View File

@ -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 {