GitHub user ivmaykov opened a pull request:
https://github.com/apache/zookeeper/pull/709
ZOOKEEPER-3194: Quorum TLS - fix copy/paste bug in ZKTrustManager
Fix an obvious copy/paste bug. Tested by making sure ZKTrustManagerTest
still passes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ivmaykov/zookeeper ZOOKEEPER-3194
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/709.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #709
----
commit ad6502ddc47236c4db359e1d1fa5af3a48e2684c
Author: Ilya Maykov <ilyam@...>
Date: 2018-11-20T23:23:28Z
ZOOKEEPER-3194: Quorum TLS - fix copy/paste bug in ZKTrustManager
----
---