From 0bcb0c8d8016afacedf0ca0fb2978095c27569d6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 Jan 2008 10:22:45 +0100 Subject: 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) --- source3/librpc/idl/netlogon.idl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/librpc/idl/netlogon.idl') 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; -- cgit