[SCM] Samba Shared Repository - branch master updated - 2f1dbddc3f5433b5b5c542cd3c8fa3050499d8e9

Günther Deschner gd at samba.org
Thu Oct 23 00:18:49 GMT 2008


The branch, master has been updated
       via  2f1dbddc3f5433b5b5c542cd3c8fa3050499d8e9 (commit)
      from  d115c4587f0d157fcb7f716524d92fbe1899f44c (commit)

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


- Log -----------------------------------------------------------------
commit 2f1dbddc3f5433b5b5c542cd3c8fa3050499d8e9
Author: Günther Deschner <gd at samba.org>
Date:   Thu Oct 23 02:18:09 2008 +0200

    s4-smbtorture: fix build warning.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c
index bee2658..847b328 100644
--- a/source4/torture/rpc/dssync.c
+++ b/source4/torture/rpc/dssync.c
@@ -825,7 +825,7 @@ static bool test_FetchNT4Data(struct torture_context *tctx,
 	struct drsuapi_DsGetNT4ChangeLog r;
 	union drsuapi_DsGetNT4ChangeLogRequest req;
 	union drsuapi_DsGetNT4ChangeLogInfo info;
-	int32_t level_out = 0;
+	uint32_t level_out = 0;
 	struct GUID null_guid;
 	struct dom_sid null_sid;
 	DATA_BLOB cookie;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list