mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-04-26 23:55:21 +00:00
Update libi2pd/Destination.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -164,9 +164,9 @@ namespace client
|
||||
|
||||
bool
|
||||
LeaseSetDestination::Reconfigure(const i2p::util::Mapping ¶ms) {
|
||||
bool dontPublishLeaseSet = true;
|
||||
bool dontPublishLeaseSet = !m_IsPublic;
|
||||
params.Get(I2CP_PARAM_DONT_PUBLISH_LEASESET, dontPublishLeaseSet);
|
||||
m_IsPublic = !dontPublishLeaseSet;
|
||||
m_IsPublic = !dontPublishLeaseSet;
|
||||
auto numTags = GetNumTags ();
|
||||
params.Get (I2CP_PARAM_TAGS_TO_SEND, numTags);
|
||||
auto numRatchetInboundTags = GetNumRatchetInboundTags ();
|
||||
|
||||
Reference in New Issue
Block a user