From 228218ae6e894b82267f3ea08b737b8b8102a80c Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 20 Aug 2022 08:28:04 +0800 Subject: [PATCH] Fix the mismatch between comments and code in the msc_transaction_cleanup function --- src/transaction.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/transaction.cc b/src/transaction.cc index 0eb51f4e..bc28abe0 100644 --- a/src/transaction.cc +++ b/src/transaction.cc @@ -2240,10 +2240,6 @@ extern "C" int msc_add_n_response_header(Transaction *transaction, * * @param transaction ModSecurity transaction. * - * @returns If the operation was successful or not. - * @retval 1 Operation was successful. - * @retval 0 Operation failed. - * */ extern "C" void msc_transaction_cleanup(Transaction *transaction) { delete transaction;