From 74b6281770bf69c2634361c1c2a27dcc06533b21 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 2 Nov 2024 19:15:23 +0300 Subject: [PATCH] nfqws,tpws: minor comment update --- nfq/desync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfq/desync.c b/nfq/desync.c index 543787c..1020500 100644 --- a/nfq/desync.c +++ b/nfq/desync.c @@ -179,7 +179,7 @@ static bool dp_match( return true; else { - // without known hostname first profile matching l3/l4/l7 filter and without hostlist filter wins + // if hostlists are present profile matches only if hostname is known and satisfy profile hostlists if (hostname) { if (bCheckDone) *bCheckDone = true;