From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Ren=E9_Scharfe?= Subject: Re: [PATCH] daemon: unbreak NO_IPV6 build regression Date: Tue, 19 May 2015 00:29:40 +0200 Message-ID: <555A67D4.9040204@web.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Eduardo Espejo To: Junio C Hamano , git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue May 19 00:30:13 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YuTY4-0005sB-Lg for gcvg-git-2@plane.gmane.org; Tue, 19 May 2015 00:30:13 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754570AbbERWaH convert rfc822-to-quoted-printable (ORCPT ); Mon, 18 May 2015 18:30:07 -0400 Received: from mout.web.de ([212.227.17.12]:51140 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754465AbbERWaG (ORCPT ); Mon, 18 May 2015 18:30:06 -0400 Received: from [192.168.178.27] ([79.253.146.148]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0LlniO-1ZToIU49hI-00ZOEC; Tue, 19 May 2015 00:30:03 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: X-Provags-ID: V03:K0:/0376HILZlIS0vxAqP5gWlfYj/Gzuxd5pTydCBG8bsEcFw2aE1U RGvFfcsWpv5KbBrPuEGRixtqiftW2Rq9rnzwKOR4AkIER5mEWldF5zFLbZlD9UoBSHJfkQY o+28NNU+tUCKniFnmkB/MkXqCA772922Wjd50Dph/fApUbPWivOo/AKVV26H2Y2DSDsbglK sQyQblQmNg2gKBs4N5PnQ== X-UI-Out-Filterresults: notjunk:1; Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Am 05.05.2015 um 20:07 schrieb Junio C Hamano: > When 01cec54e (daemon: deglobalize hostname information, 2015-03-07) > wrapped the global variables such as hostname inside a struct, it > forgot to convert one location that spelled "hostname" that needs to > be updated to "hi->hostname". > > This was inside NO_IPV6 block, and was not caught by anybody. Sorry for that, and thank you for cleaning up after me. :-/ @Eduardo: Out of interest, on which platform (CPU, operating system,=20 compiler) did you notice the bug? Thanks, Ren=E9