[SCM] Samba Shared Repository - branch master updated - 5aebfd9086eead8aad526827661ab10679414891

Günther Deschner gd at samba.org
Thu Nov 27 17:20:30 GMT 2008


The branch, master has been updated
       via  5aebfd9086eead8aad526827661ab10679414891 (commit)
      from  114f519233cd37bfd623db820e888469c75fab26 (commit)

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


- Log -----------------------------------------------------------------
commit 5aebfd9086eead8aad526827661ab10679414891
Author: Günther Deschner <gd at samba.org>
Date:   Thu Nov 27 09:44:51 2008 +0100

    s4-smbtorture: fix some build warnings.
    
    Guenther

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

Summary of changes:
 source4/torture/rpc/svcctl.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/svcctl.c b/source4/torture/rpc/svcctl.c
index 0e440a3..8d8f43a 100644
--- a/source4/torture/rpc/svcctl.c
+++ b/source4/torture/rpc/svcctl.c
@@ -91,7 +91,7 @@ static bool test_QueryServiceStatusEx(struct torture_context *tctx, struct dcerp
 	buffer = talloc(tctx, uint8_t);
 
 	r.in.handle = &s;
-	r.in.info_level = 0;
+	r.in.info_level = info_level;
 	r.in.buf_size = buf_size;
 	r.out.buffer = buffer;
 	r.out.bytes_needed = &bytes_needed;
@@ -124,7 +124,7 @@ static bool test_QueryServiceConfig2W(struct torture_context *tctx, struct dcerp
 	struct policy_handle h, s;
 	NTSTATUS status;
 
-	uint32_t info_level = 0;
+	uint32_t info_level = 1;
 	uint8_t *buffer;
 	uint32_t buf_size = 0;
 	uint32_t bytes_needed = 0;
@@ -138,7 +138,7 @@ static bool test_QueryServiceConfig2W(struct torture_context *tctx, struct dcerp
 	buffer = talloc(tctx, uint8_t);
 
 	r.in.handle = &s;
-	r.in.info_level = 1;
+	r.in.info_level = info_level;
 	r.in.buf_size = buf_size;
 	r.out.buffer = buffer;
 	r.out.bytes_needed = &bytes_needed;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list