diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lib/channel/channelz_registry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/channelz_registry.cc b/src/core/lib/channel/channelz_registry.cc index 89d0573280..1fe2fad3e1 100644 --- a/src/core/lib/channel/channelz_registry.cc +++ b/src/core/lib/channel/channelz_registry.cc @@ -103,7 +103,7 @@ int ChannelzRegistry::FindByUuidLocked(intptr_t target_uuid, right = true_middle - 1; } } - return direct_hit_needed ? -1 : right; + return direct_hit_needed ? -1 : left; } void ChannelzRegistry::InternalUnregister(intptr_t uuid) { |