mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
proper response to 'setkeys'
This commit is contained in:
parent
06621a2198
commit
5e31d6b2bd
1 changed files with 1 additions and 1 deletions
2
BOB.cpp
2
BOB.cpp
|
@ -424,7 +424,7 @@ namespace client
|
|||
{
|
||||
LogPrint (eLogDebug, "BOB: setkeys ", operand);
|
||||
m_Keys.FromBase64 (operand);
|
||||
SendReplyOK ("keys set");
|
||||
SendReplyOK (m_Keys.GetPublic ().ToBase64 ().c_str ());
|
||||
}
|
||||
|
||||
void BOBCommandSession::GetkeysCommandHandler (const char * operand, size_t len)
|
||||
|
|
Loading…
Add table
Reference in a new issue