diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/include/ldb_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb_module.h b/source4/lib/ldb/include/ldb_module.h index a6a4d168bf..01514683b2 100644 --- a/source4/lib/ldb/include/ldb_module.h +++ b/source4/lib/ldb/include/ldb_module.h @@ -47,7 +47,7 @@ struct ldb_module; #define LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK 0x20 /* attribute has failed access check and must not be exposed */ -#define LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE 0x30 +#define LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE 0x40 /* |