Merge pull request #2788 from lookat23/v3/master

Fix msc_transaction_cleanup function comment typo
This commit is contained in:
martinhsv 2022-08-26 16:21:34 -04:00 committed by GitHub
commit 8c409149c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;