From f1ee8d4b58d97888dc4c57af34c7604ee9dd2a73 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 12 Oct 2005 14:58:14 +0000 Subject: [PATCH] r10924: we don't need this line twice metze --- source/lib/ldb/include/ldb.h | 1 - 1 file changed, 1 deletion(-) 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 */