dbwrap: dbwrap_hash_size().
[ddiss/samba.git] / lib / dbwrap / dbwrap_cache.c
index 1badeb13b91659575df81f9d8f9f512202e7f66e..f2a9c5fb0baebcedcef8fa6453bc440704d4b7ae 100644 (file)
@@ -210,6 +210,7 @@ struct db_context *db_open_cache(TALLOC_CTX *mem_ctx,
        db->exists = dbwrap_cache_exists;
        db->id = dbwrap_cache_id;
        db->name = dbwrap_name(ctx->backing);
+       db->hash_size = dbwrap_hash_size(ctx->backing);
        db->stored_callback = NULL;
        db->wipe = NULL;
        db->lock_order = 0;