From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1754386016; bh=rgcyczrVPkabd4aAsamDZcJWa8rzr5GRtyKKKUD5oTU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To:Message-ID:Date:From:Reply-To:Subject:To: Cc:In-Reply-To:References:Resent-Date:Resent-From:Resent-To: Resent-Cc:User-Agent:Content-Type:Content-Transfer-Encoding; b=faodbRem4zjA9ZAPa2GVlv8kyArZj5DrU6zDsi2+bpIdfRoL8uD50c4JlsHUXpPf/ VGemNXRhe71tvQP6408xcET/YGZgErWeqoV1sp2XPz/LDt50lL09rhopzj+1K8L7rQ hOTbBVTPXwZ8dWh8BAEUzMWM4X6pxFKYAmQmlRAce809PPLxZQ8NsvcJPya72CJAxp ccBM/ro10jSszDA2hJ6CICk+0q29Vm+tGGAgtdgzKwZh6T7EXRDrNEeFQqPWlR2fbU dY6ZSqq+DQD2s6UeVhUMHs7T4K1XYNKE4JnWo/+3rGgrr4i1DloA0Bdq7KTAQipOzy Wuii5Ltk+yq0w== Received: from linux.gnuweeb.org (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 2C80E3128035; Tue, 5 Aug 2025 09:26:54 +0000 (UTC) Date: Tue, 5 Aug 2025 16:26:52 +0700 From: Ammar Faizi To: Ahmad Gani Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v3 9/9] dnslookup: code style changes Message-ID: References: <20250805064933.109080-1-reyuki@gnuweeb.org> <20250805064933.109080-10-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250805064933.109080-10-reyuki@gnuweeb.org> X-Machine-Hash: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Tue, Aug 05, 2025 at 01:49:29PM +0700, Ahmad Gani wrote: > As requested by Sir Alviro, I change the place of variable declaration > and other minor refactoring. Something like this should be squashed into the problematic patch instead of introducing a new patch. -- Ammar Faizi