mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Shrink presence key
This commit is contained in:
parent
60c0a68249
commit
89b03a7db7
@ -25,8 +25,8 @@
|
||||
#include "back-bdb.h"
|
||||
#include "lutil_hash.h"
|
||||
|
||||
static char presence_keyval[LUTIL_HASH_BYTES] = {0,0,0,1};
|
||||
static struct berval presence_key = {LUTIL_HASH_BYTES, presence_keyval};
|
||||
static char presence_keyval[] = {0,0};
|
||||
static struct berval presence_key = BER_BVC(presence_keyval);
|
||||
|
||||
AttrInfo *bdb_index_mask(
|
||||
Backend *be,
|
||||
|
Loading…
Reference in New Issue
Block a user