[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon May 30 04:48:03 MDT 2011


The branch, master has been updated
       via  bcc08dc s3: Add ioctl code to smbd_smb2_ioctl_send debug
      from  a4d0362 replace: fix build issues on GNU Hurd (#7998)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bcc08dcc5258666bd1811806a35958cc68e7fc30
Author: Volker Lendecke <vl at samba.org>
Date:   Mon May 30 11:38:24 2011 +0200

    s3: Add ioctl code to smbd_smb2_ioctl_send debug
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Mon May 30 12:47:27 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/smb2_ioctl.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/smb2_ioctl.c b/source3/smbd/smb2_ioctl.c
index 3a5a582..40276c5 100644
--- a/source3/smbd/smb2_ioctl.c
+++ b/source3/smbd/smb2_ioctl.c
@@ -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)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list