From be47de4f6df7715aff9ac3c5102190de93569469 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Tue, 20 May 2025 18:13:18 -0300 Subject: [PATCH] pgsql: fix typo in comment that changed meaning --- rust/src/pgsql/pgsql.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/src/pgsql/pgsql.rs b/rust/src/pgsql/pgsql.rs index 89055617da..761b551c1d 100644 --- a/rust/src/pgsql/pgsql.rs +++ b/rust/src/pgsql/pgsql.rs @@ -447,7 +447,7 @@ impl PgsqlState { } } } else { - // If there isn't a new transaction, we'll consider Suri should move on + // If there isn't a transaction, we'll consider Suri should move on return AppLayerResult::ok(); }; } @@ -677,7 +677,7 @@ impl PgsqlState { } } } else { - // If there isn't a new transaction, we'll consider Suri should move on + // If there isn't a transaction, we'll consider Suri should move on return AppLayerResult::ok(); }; }