Browse Source

nfqws,tpws: minor comment update

pull/696/head
bol-van 5 months ago
parent
commit
74b6281770
  1. 2
      nfq/desync.c

2
nfq/desync.c

@ -179,7 +179,7 @@ static bool dp_match(
return true; return true;
else 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 (hostname)
{ {
if (bCheckDone) *bCheckDone = true; if (bCheckDone) *bCheckDone = true;

Loading…
Cancel
Save