Shrink presence key

This commit is contained in:
Howard Chu 2007-12-01 19:08:30 +00:00
parent 60c0a68249
commit 89b03a7db7

View File

@ -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,