From 838597393580aea0dcc8f461e30928bddd6f87c9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 23 Aug 2005 13:12:07 +0000 Subject: r9518: - remove the subcontext_size() hack from rev 9509 as it isn't needed - parse some more DsAddEntry() errors - add some more attid constands so that all attribute that are needed for a DsAddEntry in the DC Domain Join are mapped - add value() for __ndr_size, to more attribute container, so that the caller doesn't need to fill them in, that was the reason for getting an NDR_FAULT metze (This used to be commit a9a1a6f861c8db626b3232f057ef0b9c3d0ad1b0) --- source4/include/structs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index eec211cec3..f9c4e65591 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -80,8 +80,6 @@ struct ntptr_GenericHandle; struct drsuapi_DsCrackNames; struct drsuapi_DsReplicaObjectListItem; struct drsuapi_DsReplicaObjectListItemEx; -struct drsuapi_DsAttributeValueDNString; -struct drsuapi_DsReplicaObjectIdentifier3; struct MULTI_QI; struct COSERVERINFO; -- cgit