dbwrap: dbwrap_name().
[ddiss/samba.git] / lib / dbwrap / dbwrap_rbt.c
index d512eac219892562809af6572f5fef513960e6ef..67794e6b96e947217d7b50a93c4ab63c184f54ca 100644 (file)
@@ -506,6 +506,7 @@ struct db_context *db_open_rbt(TALLOC_CTX *mem_ctx)
        result->parse_record = db_rbt_parse_record;
        result->lock_order = 0;
        result->id = db_rbt_id;
+       result->name = "dbwrap rbt";
        result->stored_callback = NULL;
 
        return result;