Browse Source

nfqws: safety assignment

pull/362/head
bol-van 7 months ago
parent
commit
85de6fc3a7
  1. 1
      nfq/desync.c

1
nfq/desync.c

@ -186,6 +186,7 @@ static struct desync_profile *dp_find(
{
struct desync_profile_list *dpl;
DLOG("desync profile search for hostname='%s' ipv6=%u tcp_port=%u udp_port=%u\n", hostname ? hostname : "", ipv6, tcp_port, udp_port);
if (bCheckDone) *bCheckDone = false;
LIST_FOREACH(dpl, head, next)
{
if (dp_match(&dpl->dp,ipv6,tcp_port,udp_port,hostname,bCheckDone,bCheckResult,bExcluded))

Loading…
Cancel
Save