summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2020-11-22 23:22:50 +0100
committerPhilipp Stephani <phst@google.com>2020-11-22 23:22:50 +0100
commitedd949a3eb8907eed84eab30e170cc138a5b2d41 (patch)
tree3e5590114b8e4c2072383b418722bce85b6916d0 /src
parent9b6ad3107f93d40f82c3c53dc0984c6d70aded83 (diff)
Unbreak compilation with CHECK_STRUCTS.
Commit 3963aea4f4a22da0c1fb8ca8ca80b59c58373811 modified the ‘buffer’ structure, but didn’t adapt the hash. * src/pdumper.c (dump_buffer): Update buffer hash.
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index b5b4050b93d..0096a4d45a3 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2692,7 +2692,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_5DC36DBD42
+#if CHECK_STRUCTS && !defined HASH_buffer_EE36B4292E
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
#endif
struct buffer munged_buffer = *in_buffer;