From: Douglas Bagnall Date: Mon, 15 Apr 2019 01:13:13 +0000 (+1200) Subject: ldb.h: improve comment for LDB_ATTR_FLAG_INDEXED X-Git-Tag: tdb-1.4.1~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2e882b25f35c786ceebe069787607b1b141db47;p=thirdparty%2Fsamba.git ldb.h: improve comment for LDB_ATTR_FLAG_INDEXED Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/include/ldb.h b/lib/ldb/include/ldb.h index 7ee6a44dd5e..0ca90334f31 100644 --- a/lib/ldb/include/ldb.h +++ b/lib/ldb/include/ldb.h @@ -446,7 +446,7 @@ const struct ldb_dn_extended_syntax *ldb_dn_extended_syntax_by_name(struct ldb_c #define LDB_ATTR_FLAG_FROM_DB (1<<6) /* - * The attribute was loaded from a DB, rather than via the C API + * The attribute is indexed */ #define LDB_ATTR_FLAG_INDEXED (1<<7)