This commit is contained in:
Life Coder 2019-02-25 10:10:09 +01:00
parent aa9c1b66a0
commit cdecb7a43c

View File

@ -368,6 +368,7 @@ namespace client
}
//ensure it's a base64 string
i2p::data::PrivateKeys keys;
if (!keys.FromBase64(destination))
{
SendMessageReply(SAM_SESSION_STATUS_INVALID_KEY, strlen(SAM_SESSION_STATUS_INVALID_KEY), true);