summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-12-13 12:01:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:07:23 -0500
commit7d24d23e5595aa150e588229e4ab18d52d1a69de (patch)
tree598b6e7f55efe19c94fea987b6f8a736b696532b /source4/librpc/idl
parenta7c70d4c5e11c515f1d09b88a83fb79baaf47e15 (diff)
downloadsamba-7d24d23e5595aa150e588229e4ab18d52d1a69de.tar.gz
samba-7d24d23e5595aa150e588229e4ab18d52d1a69de.tar.bz2
samba-7d24d23e5595aa150e588229e4ab18d52d1a69de.zip
r4178: the level is mostly singed not unsigned
metze (This used to be commit 6411c00b3c2c4e11da2b41bfa53e0d42368e3e76)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/drsuapi.idl2
1 files changed, 1 insertions, 1 deletions
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
);