mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Merge pull request #2788 from lookat23/v3/master
Fix msc_transaction_cleanup function comment typo
This commit is contained in:
commit
8c409149c9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user