mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
own local destination for each 'transient'
This commit is contained in:
@@ -590,7 +590,8 @@ 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);
|
||||||
destinations[keys] = localDestination;
|
if (keys != "transient")
|
||||||
|
destinations[keys] = localDestination;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user