Skip to content

Commit

Permalink
[Java] Tidy up after #1711.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 13, 2025
1 parent c5a8d3f commit 2d0f69a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ else if (udpChannel.hasExplicitEndpoint() && !udpChannel.isMulticast())
{
timeOfLastResolutionNs = nowNs;
final String endpoint = udpChannel.channelUri().get(CommonContext.ENDPOINT_PARAM_NAME);
conductorProxy.reResolveEndpoint(endpoint, this, this.connectAddress);
conductorProxy.reResolveEndpoint(endpoint, this, connectAddress);
}
}
}
Expand Down

0 comments on commit 2d0f69a

Please sign in to comment.