From: Günther Deschner Date: Thu, 23 Oct 2008 00:18:09 +0000 (+0200) Subject: s4-smbtorture: fix build warning. X-Git-Tag: samba-4.0.0alpha6~731^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1dbddc3f5433b5b5c542cd3c8fa3050499d8e9;p=thirdparty%2Fsamba.git s4-smbtorture: fix build warning. Guenther --- diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index bee2658816b..847b32827b8 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;