aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-11-02 16:48:09 -0400
committerGravatar ncteisen <ncteisen@gmail.com>2018-11-02 16:48:09 -0400
commitc8ee12c0f5bdb76d12f4c20c42144383e8a669fb (patch)
tree8f2a72e6d4e918edaa92b69247985093afd0ce46 /src/core/lib
parentfe11db09575f2dfbe1f88cd44bd417acc168e354 (diff)
Reset json pointer
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/channel/channelz.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/channel/channelz.cc b/src/core/lib/channel/channelz.cc
index b31ab41f6a..8d589f5983 100644
--- a/src/core/lib/channel/channelz.cc
+++ b/src/core/lib/channel/channelz.cc
@@ -449,6 +449,7 @@ grpc_json* ListenSocketNode::RenderJson() {
json_iterator = nullptr;
json_iterator = grpc_json_add_number_string_child(json, json_iterator,
"socketId", uuid());
+ json = top_level_json;
PopulateSocketAddressJson(json, "local", local_addr_.get());
return top_level_json;