Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6B5D8200D16 for ; Tue, 26 Sep 2017 00:58:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 69E221609E9; Mon, 25 Sep 2017 22:58:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A84F01609BB for ; Tue, 26 Sep 2017 00:58:31 +0200 (CEST) Received: (qmail 6943 invoked by uid 500); 25 Sep 2017 22:58:30 -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 6932 invoked by uid 99); 25 Sep 2017 22:58:30 -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; Mon, 25 Sep 2017 22:58:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 56004F5652; Mon, 25 Sep 2017 22:58:30 +0000 (UTC) From: andschwa To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #381: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper... Content-Type: text/plain Message-Id: <20170925225830.56004F5652@git1-us-west.apache.org> Date: Mon, 25 Sep 2017 22:58:30 +0000 (UTC) archived-at: Mon, 25 Sep 2017 22:58:32 -0000 Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/381 Hey @hanm, I found and fixed a bug I made. This patches `branch-3.4`. It should be very straightforward. This is for [ZOOKEEPER-2905](https://issues.apache.org/jira/browse/ZOOKEEPER-2905). ---