Kaynağa Gözat

Restore peer field to netconf for now, required by older versions.

Adam Ierymenko 12 yıl önce
ebeveyn
işleme
d74b5f4bc6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      netconf-service/netconf.cpp

+ 1 - 0
netconf-service/netconf.cpp

@@ -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,