Restore peer field to netconf for now, required by older versions.
This commit is contained in:
@@ -292,6 +292,7 @@ int main(int argc,char **argv)
|
|||||||
netconf["mr"] = multicastRates.toString();
|
netconf["mr"] = multicastRates.toString();
|
||||||
sprintf(buf,"%llx",(unsigned long long)Utils::now());
|
sprintf(buf,"%llx",(unsigned long long)Utils::now());
|
||||||
netconf["ts"] = buf;
|
netconf["ts"] = buf;
|
||||||
|
netconf["peer"] = peerIdentity.address().toString();
|
||||||
|
|
||||||
if (!isOpen) {
|
if (!isOpen) {
|
||||||
// TODO: handle closed networks, look up private membership,
|
// TODO: handle closed networks, look up private membership,
|
||||||
|
|||||||
Reference in New Issue
Block a user