summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-24 10:22:45 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-24 10:29:11 +0100
commit0bcb0c8d8016afacedf0ca0fb2978095c27569d6 (patch)
tree6d94c067666cbed21c176b2f2a519a13457ebac4 /source3/librpc/idl/netlogon.idl
parent9344628bef74ac759197601dc5dd44514b836e3e (diff)
downloadsamba-0bcb0c8d8016afacedf0ca0fb2978095c27569d6.tar.gz
samba-0bcb0c8d8016afacedf0ca0fb2978095c27569d6.tar.bz2
samba-0bcb0c8d8016afacedf0ca0fb2978095c27569d6.zip
netlogon.idl: remove unused netr_GroupsMembership structure
We have samr_RidWithAttribute and use that in all cases. metze (cherry picked from commit 3c5bae2249d01213ff4bd7df2b4e3ac04da4a52d) (This used to be commit 6ed640fadea6355dd6808db156228e6876d9f064)
Diffstat (limited to 'source3/librpc/idl/netlogon.idl')
-rw-r--r--source3/librpc/idl/netlogon.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl
index 51efebd6ab..bd626aad09 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -126,11 +126,6 @@ interface netlogon
[case(6)] netr_NetworkInfo *network;
} netr_LogonLevel;
- typedef [public] struct {
- uint32 rid;
- uint32 attributes;
- } netr_GroupMembership;
-
typedef [public,flag(NDR_PAHEX)] struct {
uint8 key[16];
} netr_UserSessionKey;