NTCP2Mesh added

This commit is contained in:
orignal 2021-01-30 18:32:17 -05:00
parent 129b4a2135
commit 9e5935aea5
3 changed files with 21 additions and 9 deletions

View file

@ -655,7 +655,7 @@ namespace transport
SendTerminationAndTerminate (eNTCP2Message3Error);
return;
}
auto addr = ri.GetNTCP2Address (false, false); // any NTCP2 address including v6
auto addr = ri.GetNTCP2Address (false); // any NTCP2 address
if (!addr)
{
LogPrint (eLogError, "NTCP2: No NTCP2 address found in SessionConfirmed");