]> git.ipfire.org Git - thirdparty/suricata.git/commit
util/streaming-buffer: remove unneeded fn param
authorShivani Bhardwaj <shivani@oisf.net>
Mon, 15 Jan 2024 07:09:34 +0000 (12:39 +0530)
committerVictor Julien <victor@inliniac.net>
Tue, 6 Feb 2024 09:15:48 +0000 (10:15 +0100)
commit8fc0faf5c2622cd0685e07fbfd42ccc89aa08266
tree77f47dbb38ae3a25dd959a5821ced69cc33dd114
parent244a35d539989c00eb5cbac86e7355227cd9da03
util/streaming-buffer: remove unneeded fn param

StreamingBuffer is not required to find the intersecting regions, so,
don't pass it as a param to the fn.
src/util-streaming-buffer.c