From 6ec3464ee94dc9059477c6ef8f7c4d7e4045b914 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 12 Jul 2016 13:58:15 -0700 Subject: [PATCH] JSON fix for trusted paths (does not affect normal op) --- service/ControlPlane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/ControlPlane.cpp b/service/ControlPlane.cpp index ced36e75f..a10697a97 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(&(pp[i].address))->toString()).c_str(), prefix,pp[i].lastSend,