mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-04-27 06:25:22 +00:00
Update libi2pd/Destination.cpp
style fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -162,8 +162,8 @@ namespace client
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
LeaseSetDestination::Reconfigure(const i2p::util::Mapping ¶ms) {
|
||||
bool LeaseSetDestination::Reconfigure (const i2p::util::Mapping& params)
|
||||
{
|
||||
bool dontPublishLeaseSet = !m_IsPublic;
|
||||
params.Get(I2CP_PARAM_DONT_PUBLISH_LEASESET, dontPublishLeaseSet);
|
||||
m_IsPublic = !dontPublishLeaseSet;
|
||||
|
||||
Reference in New Issue
Block a user