From 7d24d23e5595aa150e588229e4ab18d52d1a69de Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 13 Dec 2004 12:01:43 +0000 Subject: r4178: the level is mostly singed not unsigned metze (This used to be commit 6411c00b3c2c4e11da2b41bfa53e0d42368e3e76) --- source4/librpc/idl/drsuapi.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index c5f7f9f8d7..a7605eb2f8 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -71,7 +71,7 @@ interface drsuapi WERROR drsuapi_DsReplicaSync( [in,ref] policy_handle *bind_handle, - [in] uint32 level, + [in] int32 level, [in,switch_is(level)] drsuapi_DsReplicaSyncRequest req ); -- cgit