r4178: the level is mostly singed not unsigned
authorStefan Metzmacher <metze@samba.org>
Mon, 13 Dec 2004 12:01:43 +0000 (12:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:23 +0000 (13:07 -0500)
metze
(This used to be commit 6411c00b3c2c4e11da2b41bfa53e0d42368e3e76)

source4/librpc/idl/drsuapi.idl

index c5f7f9f8d7fc1f9e1109c9b3eca619c85c9a637c..a7605eb2f8e2c9c2196de6d5811a15b3367db1ff 100644 (file)
@@ -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
                );