diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-10-12 14:58:14 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2005-10-12 14:58:14 +0000 |
commit | 724adf01f7cf8b0c7ac60c4834ca833ffe9baa1a (patch) | |
tree | ede447b8feedec9d85f47c4d85ebe196ac88f465 | |
parent | 4e56c9c524afe3626f8fdb042a7381694707bedb (diff) | |
download | samba-724adf01f7cf8b0c7ac60c4834ca833ffe9baa1a.tar.gz samba-724adf01f7cf8b0c7ac60c4834ca833ffe9baa1a.tar.xz samba-724adf01f7cf8b0c7ac60c4834ca833ffe9baa1a.zip |
r10924: we don't need this line twice
metze
-rw-r--r-- | source/lib/ldb/include/ldb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/ldb/include/ldb.h b/source/lib/ldb/include/ldb.h index adc8a3e061e..fd3577a470f 100644 --- a/source/lib/ldb/include/ldb.h +++ b/source/lib/ldb/include/ldb.h @@ -243,7 +243,6 @@ struct ldb_attrib_handler { #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 */ |