diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-12 13:58:15 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-12 13:58:15 -0700 |
commit | 6ec3464ee94dc9059477c6ef8f7c4d7e4045b914 (patch) | |
tree | e187aba9a1ca71abd3989909d3000afedcdfc70a /service/ControlPlane.cpp | |
parent | 4b5e43ab0df43e06f4aea3491fd05c0bbd86a236 (diff) | |
download | infinitytier-6ec3464ee94dc9059477c6ef8f7c4d7e4045b914.tar.gz infinitytier-6ec3464ee94dc9059477c6ef8f7c4d7e4045b914.zip |
JSON fix for trusted paths (does not affect normal op)
Diffstat (limited to 'service/ControlPlane.cpp')
-rw-r--r-- | service/ControlPlane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/ControlPlane.cpp b/service/ControlPlane.cpp index ced36e75..a10697a9 100644 --- a/service/ControlPlane.cpp +++ b/service/ControlPlane.cpp @@ -191,7 +191,7 @@ static std::string _jsonEnumerate(unsigned int depth,const ZT_PeerPhysicalPath * "%s\t\"lastReceive\": %llu,\n" "%s\t\"active\": %s,\n" "%s\t\"preferred\": %s,\n" - "%s\t\"trustedPathId\": %llx\n" + "%s\t\"trustedPathId\": %llu\n" "%s}", prefix,_jsonEscape(reinterpret_cast<const InetAddress *>(&(pp[i].address))->toString()).c_str(), prefix,pp[i].lastSend, |