mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Restore peer field to netconf for now, required by older versions.
This commit is contained in:
parent
553002e9d8
commit
d74b5f4bc6
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@ int main(int argc,char **argv)
|
|||
netconf["mr"] = multicastRates.toString();
|
||||
sprintf(buf,"%llx",(unsigned long long)Utils::now());
|
||||
netconf["ts"] = buf;
|
||||
netconf["peer"] = peerIdentity.address().toString();
|
||||
|
||||
if (!isOpen) {
|
||||
// TODO: handle closed networks, look up private membership,
|
||||
|
|
Loading…
Add table
Reference in a new issue