diff --git a/src/stream.c b/src/stream.c index b69aa2c45..18839b95c 100644 --- a/src/stream.c +++ b/src/stream.c @@ -3243,7 +3243,7 @@ struct show_sess_ctx { * responsible for ensuring that enough room remains in the buffer to dump a * complete stream at once. */ -static void strm_dump_to_buffer(struct stream *strm, uint32_t anon_key) +static void strm_dump_to_buffer(const struct stream *strm, uint32_t anon_key) { struct stconn *scf, *scb; struct tm tm;