Skip to content

Commit 8c40914

Browse files
authored
Merge pull request #2788 from lookat23/v3/master
Fix msc_transaction_cleanup function comment typo
2 parents 7b094ea + 228218a commit 8c40914

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/transaction.cc

-4
Original file line numberDiff line numberDiff line change
@@ -2240,10 +2240,6 @@ extern "C" int msc_add_n_response_header(Transaction *transaction,
22402240
*
22412241
* @param transaction ModSecurity transaction.
22422242
*
2243-
* @returns If the operation was successful or not.
2244-
* @retval 1 Operation was successful.
2245-
* @retval 0 Operation failed.
2246-
*
22472243
*/
22482244
extern "C" void msc_transaction_cleanup(Transaction *transaction) {
22492245
delete transaction;

0 commit comments

Comments
 (0)