mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-18 23:36:39 +01:00
own local destination for each 'transient'
This commit is contained in:
parent
85d796f906
commit
feaecbe177
1 changed files with 2 additions and 1 deletions
|
@ -590,6 +590,7 @@ namespace client
|
||||||
localDestination = CreateNewMatchedTunnelDestination(k, dest, &options);
|
localDestination = CreateNewMatchedTunnelDestination(k, dest, &options);
|
||||||
else
|
else
|
||||||
localDestination = CreateNewLocalDestination (k, type == I2P_TUNNELS_SECTION_TYPE_UDPCLIENT, &options);
|
localDestination = CreateNewLocalDestination (k, type == I2P_TUNNELS_SECTION_TYPE_UDPCLIENT, &options);
|
||||||
|
if (keys != "transient")
|
||||||
destinations[keys] = localDestination;
|
destinations[keys] = localDestination;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue