upd
This commit is contained in:
@@ -142,6 +142,7 @@ void decodeAnonReq (const FrameStruct *frame) {
|
||||
if (foundNode == NULL) {
|
||||
foundNode = getNextNode();
|
||||
strcpy (foundNode->name, "Anonymous node");
|
||||
foundNode->path.pathLen = 0;
|
||||
memcpy (foundNode->pubKey, anonReq.pubKey, sizeof (foundNode->pubKey));
|
||||
ed25519_key_exchange ((unsigned char *)foundNode->secret, anonReq.pubKey, persistent.privkey);
|
||||
foundNode->gps_latitude = 0;
|
||||
|
||||
Reference in New Issue
Block a user