[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Feb 21 03:43:11 MST 2010


The branch, master has been updated
       via  15edc96... s3: Use the status from cli_raw_ioctl in torture_ioctl_test
      from  77dd1b2... s3: Make string_to_sid survive the LOCAL-string_to_sid test

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


- Log -----------------------------------------------------------------
commit 15edc96f4914db7b478aa321d8a596993a591822
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Feb 21 11:41:54 2010 +0100

    s3: Use the status from cli_raw_ioctl in torture_ioctl_test

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

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


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 24aea3c..5ed27f9 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -4870,10 +4870,10 @@ bool torture_ioctl_test(int dummy)
 	}
 
 	status = cli_raw_ioctl(cli, fnum, 0x2d0000 | (0x0420<<2), &blob);
-	printf("ioctl device info: %s\n", cli_errstr(cli));
+	printf("ioctl device info: %s\n", nt_errstr(status));
 
 	status = cli_raw_ioctl(cli, fnum, IOCTL_QUERY_JOB_INFO, &blob);
-	printf("ioctl job info: %s\n", cli_errstr(cli));
+	printf("ioctl job info: %s\n", nt_errstr(status));
 
 	for (device=0;device<0x100;device++) {
 		printf("testing device=0x%x\n", device);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list