ldb.h: improve comment for LDB_ATTR_FLAG_INDEXED
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Mon, 15 Apr 2019 01:13:13 +0000 (13:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 May 2019 01:15:17 +0000 (01:15 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/include/ldb.h

index 7ee6a44dd5eef16a3ab04cb3cf5ad2c42542e192..0ca90334f3125e38988fde8d47add7ab84d8d3c7 100644 (file)
@@ -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)