diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-10-12 14:58:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:43 -0500 |
commit | 1307149624bcda8c45d538c33a46c4f3b9058afb (patch) | |
tree | b8c74f83d753f2bea8da414a48379d198c8e7385 /source4/lib | |
parent | f308cc1616b1eb504368fbd7a8aac76333869e3c (diff) | |
download | samba-1307149624bcda8c45d538c33a46c4f3b9058afb.tar.gz samba-1307149624bcda8c45d538c33a46c4f3b9058afb.tar.bz2 samba-1307149624bcda8c45d538c33a46c4f3b9058afb.zip |
r10924: we don't need this line twice
metze
(This used to be commit f1ee8d4b58d97888dc4c57af34c7604ee9dd2a73)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index adc8a3e061..fd3577a470 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/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 */ |