Fix the mismatch between comments and code in the msc_transaction_cleanup function

This commit is contained in:
=
2022-08-20 08:28:04 +08:00
parent 7b094ea84e
commit 228218ae6e

View File

@@ -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;