From dev-return-76066-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Wed Nov 21 18:57:22 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DC4E3180668 for ; Wed, 21 Nov 2018 18:57:21 +0100 (CET) Received: (qmail 93331 invoked by uid 500); 21 Nov 2018 17:57:20 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 93319 invoked by uid 99); 21 Nov 2018 17:57:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2018 17:57:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2411FE0483; Wed, 21 Nov 2018 17:57:20 +0000 (UTC) From: ivmaykov To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper pull request #709: ZOOKEEPER-3194: Quorum TLS - fix copy/paste bug... Content-Type: text/plain Message-Id: <20181121175720.2411FE0483@git1-us-west.apache.org> Date: Wed, 21 Nov 2018 17:57:20 +0000 (UTC) GitHub user ivmaykov reopened 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 Date: 2018-11-20T23:23:28Z ZOOKEEPER-3194: Quorum TLS - fix copy/paste bug in ZKTrustManager ---- ---