Browse Source

proper response to 'setkeys'

pull/115/head
orignal 10 years ago
parent
commit
5e31d6b2bd
  1. 2
      BOB.cpp

2
BOB.cpp

@ -424,7 +424,7 @@ namespace client
{ {
LogPrint (eLogDebug, "BOB: setkeys ", operand); LogPrint (eLogDebug, "BOB: setkeys ", operand);
m_Keys.FromBase64 (operand); m_Keys.FromBase64 (operand);
SendReplyOK ("keys set"); SendReplyOK (m_Keys.GetPublic ().ToBase64 ().c_str ());
} }
void BOBCommandSession::GetkeysCommandHandler (const char * operand, size_t len) void BOBCommandSession::GetkeysCommandHandler (const char * operand, size_t len)

Loading…
Cancel
Save