]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
idl: fix drsuapi_DsGetNCChanges.
authorGünther Deschner <gd@samba.org>
Tue, 10 Jun 2008 18:50:25 +0000 (20:50 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 11 Jun 2008 08:46:37 +0000 (10:46 +0200)
Guenther
(This used to be commit 652af123b214e30d0edf1d5626849484c6bb5045)

source3/librpc/idl/drsuapi.idl

index 16b87d74c34f368544b7fa95420e15e1ae892a51..8a3bb69294b90643019e8ccaa417528c4a045d6d 100644 (file)
@@ -626,9 +626,10 @@ interface drsuapi
 
        WERROR drsuapi_DsGetNCChanges(
                [in] policy_handle *bind_handle,
-               [in,out,ref] int32 *level,
-               [in,ref,switch_is(*level)] drsuapi_DsGetNCChangesRequest *req,
-               [out,ref,switch_is(*level)] drsuapi_DsGetNCChangesCtr *ctr
+               [in] int32 level,
+               [in,ref,switch_is(level)] drsuapi_DsGetNCChangesRequest *req,
+               [out,ref] int32 *level_out,
+               [out,ref,switch_is(*level_out)] drsuapi_DsGetNCChangesCtr *ctr
                );
 
        /*****************/