nfqws: safety assignment

This commit is contained in:
bol-van 2024-09-18 07:20:14 +03:00
parent 0f6d1f4020
commit 85de6fc3a7

View File

@ -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))