mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-10-17 17:20:21 +01:00
use Mapping for local destination params
This commit is contained in:
parent
d10a7fe8e5
commit
12895b5744
16 changed files with 261 additions and 312 deletions
|
@ -931,7 +931,7 @@ namespace client
|
|||
if (value)
|
||||
{
|
||||
*(const_cast<char *>(value)) = 0;
|
||||
m_Options[operand] = value + 1;
|
||||
m_Options.Insert (operand, value + 1);
|
||||
SendReplyOK ({ "option ", operand, " set to ", value + 1 });
|
||||
*(const_cast<char *>(value)) = '=';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue