nfqws: fix autottl remove after profile change

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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;
}
}