1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-08 13:49:29 +03:00

s3: Add ioctl code to smbd_smb2_ioctl_send debug

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon May 30 12:47:27 CEST 2011 on sn-devel-104
This commit is contained in:
Volker Lendecke
2011-05-30 11:38:24 +02:00
committed by Volker Lendecke
parent a4d03620cb
commit bcc08dcc52

View File

@ -244,8 +244,9 @@ static struct tevent_req *smbd_smb2_ioctl_send(TALLOC_CTX *mem_ctx,
state->in_max_output = in_max_output;
state->out_output = data_blob_null;
DEBUG(10,("smbd_smb2_ioctl: file_id[0x%016llX]\n",
(unsigned long long)in_file_id_volatile));
DEBUG(10, ("smbd_smb2_ioctl: ctl_code[0x%08x] file_id[0x%016llX]\n",
(unsigned)in_ctl_code,
(unsigned long long)in_file_id_volatile));
smbreq = smbd_smb2_fake_smb_request(smb2req);
if (tevent_req_nomem(smbreq, req)) {