From: Eric Leblond Date: Thu, 29 May 2025 09:00:14 +0000 (+0200) Subject: datasets: remove comment about unused return value X-Git-Tag: suricata-8.0.0-rc1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed7ff1e76a615525971d13a307fb5bae983f40e;p=thirdparty%2Fsuricata.git datasets: remove comment about unused return value --- diff --git a/src/detect-dataset.c b/src/detect-dataset.c index 41580c7a21..2c8ff2bf9b 100644 --- a/src/detect-dataset.c +++ b/src/detect-dataset.c @@ -64,7 +64,6 @@ void DetectDatasetRegister (void) /* 1 match 0 no match - -1 can't match */ static int DetectDatajsonBufferMatch(DetectEngineThreadCtx *det_ctx, const DetectDatasetData *sd, const uint8_t *data, const uint32_t data_len) @@ -110,7 +109,6 @@ static int DetectDatajsonBufferMatch(DetectEngineThreadCtx *det_ctx, const Detec /* 1 match 0 no match - -1 can't match */ int DetectDatasetBufferMatch(DetectEngineThreadCtx *det_ctx, const DetectDatasetData *sd,