s4/idl: DsReplicaUpdateRefs - switch types should be unsigned
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Fri, 5 Mar 2010 19:30:40 +0000 (21:30 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 10 Mar 2010 16:11:58 +0000 (17:11 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
librpc/idl/drsuapi.idl

index 511439f5c9cee9eccf8788006369fc660873bcb1..b022493cbc28acb1f93fada334d249cc2b6f9ab3 100644 (file)
@@ -736,13 +736,13 @@ interface drsuapi
                drsuapi_DrsOptions options;
        } drsuapi_DsReplicaUpdateRefsRequest1;
 
-       typedef [switch_type(int32)] union {
+       typedef [switch_type(uint32)] union {
                [case(1)] drsuapi_DsReplicaUpdateRefsRequest1 req1;
        } drsuapi_DsReplicaUpdateRefsRequest;
 
        WERROR drsuapi_DsReplicaUpdateRefs(
                [in] policy_handle *bind_handle,
-               [in] int32 level,
+               [in] uint32 level,
                [in,switch_is(level)] drsuapi_DsReplicaUpdateRefsRequest req
                );