summaryrefslogtreecommitdiff
path: root/source4/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:22:45 +0100
commitd408be05d6e68d4e7f81cd48a6e758768031eb0f (patch)
tree8cdaeacbd25e59d5826807bc4be9fe150091177f /source4/librpc/idl/netlogon.idl
parent6e5c528f87dee7ec0b1fe1ab9c6f48cea32164bc (diff)
downloadsamba-d408be05d6e68d4e7f81cd48a6e758768031eb0f.tar.gz
samba-d408be05d6e68d4e7f81cd48a6e758768031eb0f.tar.bz2
samba-d408be05d6e68d4e7f81cd48a6e758768031eb0f.zip
netlogon.idl: remove unused netr_GroupsMembership structure
We have samr_RidWithAttribute and use that in all cases. metze (This used to be commit 3c5bae2249d01213ff4bd7df2b4e3ac04da4a52d)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r--source4/librpc/idl/netlogon.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index dcbb647ba0..3ca6547106 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/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;