diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-07 16:15:26 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-07 18:44:49 +0200 |
commit | 8a01bdc99a3d26cb5d26ccfdb60e0224f295472d (patch) | |
tree | 77e779adb65fa6b83286706eaf3e1c157bf20ccf | |
parent | 746d3c8ff9ce9b1ff55fa7953d29802714866c72 (diff) | |
download | samba-8a01bdc99a3d26cb5d26ccfdb60e0224f295472d.tar.gz samba-8a01bdc99a3d26cb5d26ccfdb60e0224f295472d.tar.bz2 samba-8a01bdc99a3d26cb5d26ccfdb60e0224f295472d.zip |
drsuapi.idl: directly use mszip in level 2
This fixes the push because the switch_level doesn't work
otherwise because the pointer is the same as for
the outer switch_level.
metze
(This used to be commit a4c81ee68c91b2d7a9abe668e8b23246c5c9b00d)
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index c19da4fa19..88d2126d0b 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -662,13 +662,7 @@ interface drsuapi } drsuapi_DsGetNCChangesCompressedCtr; typedef struct { - /* - * this is a bit ugly, as the compression depends on the flags - * in the DsBind(), but only w2k uses DsGetNCChangesReq5 - * and will get DsGetNCChangesCtr2 replies, and w2k only knowns - * about MSZIP and level 1 replies - */ - [switch_is(1|(DRSUAPI_COMPRESSION_TYPE_MSZIP<<16))] drsuapi_DsGetNCChangesCompressedCtr ctr; + drsuapi_DsGetNCChangesMSZIPCtr1 mszip1; } drsuapi_DsGetNCChangesCtr2; typedef struct { |