[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Aug 16 05:30:54 MDT 2010


The branch, master has been updated
       via  731604d... s3-smbtorture: fix printf statement in ioctl test.
      from  976e1b4... s3: Remove an unused struct definition

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


- Log -----------------------------------------------------------------
commit 731604d8aeccc4b49db1a7f88a5334788a8ed4ef
Author: Günther Deschner <gd at samba.org>
Date:   Mon Aug 16 13:30:00 2010 +0200

    s3-smbtorture: fix printf statement in ioctl test.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 0c1550d..01a085d 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -4916,7 +4916,7 @@ bool torture_ioctl_test(int dummy)
 	printf("ioctl job info: %s\n", nt_errstr(status));
 
 	for (device=0;device<0x100;device++) {
-		printf("testing device=0x%x\n", device);
+		printf("ioctl test with device = 0x%x\n", device);
 		for (function=0;function<0x100;function++) {
 			uint32 code = (device<<16) | function;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list