nfqws: fix autottl remove after profile change

This commit is contained in:
bol-van
2024-10-18 23:18:19 +03:00
parent 7e4d084c41
commit 7f8803afe4
12 changed files with 2 additions and 0 deletions

View File

@@ -612,6 +612,8 @@ static void autottl_discover(t_ctrack *ctrack, bool bIpv6)
else
DLOG("autottl: could not guess\n");
}
else
ctrack->autottl = 0;
}
}