; Update pdumper dump_buffer hash (bug#65146).

This commit is contained in:
Basil L. Contovounesios 2023-08-08 14:57:34 +02:00
parent 91854ceaee
commit d2f29bd3ce

View file

@ -2747,7 +2747,7 @@ dump_hash_table (struct dump_context *ctx,
static dump_off
dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
{
#if CHECK_STRUCTS && !defined HASH_buffer_85D317CE74
#if CHECK_STRUCTS && !defined HASH_buffer_6C25F9C3BC
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
#endif
struct buffer munged_buffer = *in_buffer;