Author: metze Date: 2005-10-12 14:58:14 +0000 (Wed, 12 Oct 2005) New Revision: 10924
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10924 Log: we don't need this line twice metze Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h Changeset: Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h 2005-10-12 14:52:34 UTC (rev 10923) +++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h 2005-10-12 14:58:14 UTC (rev 10924) @@ -243,7 +243,6 @@ #define LDB_ATTR_FLAG_HIDDEN (1<<0) /* the attribute is not returned by default */ #define LDB_ATTR_FLAG_CONSTRUCTED (1<<1) /* the attribute is constructed from other attributes */ -#define LDB_ATTR_FLAG_CONSTRUCTED (1<<1) /* the attribute is constructed from other attributes */ /* well-known ldap attribute syntaxes - see rfc2252 section 4.3.2 */
