mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix the mismatch between comments and code in the msc_transaction_cleanup function
This commit is contained in:
@@ -2240,10 +2240,6 @@ extern "C" int msc_add_n_response_header(Transaction *transaction,
|
|||||||
*
|
*
|
||||||
* @param transaction ModSecurity 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) {
|
extern "C" void msc_transaction_cleanup(Transaction *transaction) {
|
||||||
delete transaction;
|
delete transaction;
|
||||||
|
Reference in New Issue
Block a user