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=1754385999; bh=u8vBhz646wtMqmF5/SQHOo5KJv8dsKtIfYcKCBPkxP8=; 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=AgOLkG0m3pG4fxq2fYB+eKUWFS0OBR943w+51qW3WZnwnTmKK522Z/zcPG29BmKHl rqsk2gS2m/2moHHCnExN5D+ZE65gNndFZ0f4PbimXAkOU9f/qweES0KuoYzPlW8TX7 HjfmlEDY6ujnojc2rUnbZqJMePstDD8Q7uLlC3olD+xnYCdCUTVyASkJoE/CgVLCEC V8XKZyEqAVk0TVkyBlQUPBlcY3sw7Gyf1R8riXw70/m+48EKjibxdH79Vq8fBd1To6 oqgWbj83TIgdHpf9XeIyt9kdG3bNnjcBO6By9rN+v3nxJrK0Coa7NCAMgXI3ZsVi4O NjaR5HHTDp15A== Received: from linux.gnuweeb.org (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 227923128035; Tue, 5 Aug 2025 09:26:37 +0000 (UTC) Date: Tue, 5 Aug 2025 16:26:35 +0700 From: Ammar Faizi To: Ahmad Gani Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v3 2/9] dnslookup: Add a new parameter, default_port. Message-ID: References: <20250805064933.109080-1-reyuki@gnuweeb.org> <20250805064933.109080-3-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250805064933.109080-3-reyuki@gnuweeb.org> X-Machine-Hash: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Tue, Aug 05, 2025 at 01:49:22PM +0700, Ahmad Gani wrote: > default_port as parameter in convert_str_to_ssaddr function is needed > when separator ':' does not exists in the provided address string. No. This patch doesn't add a new parameter. You're just renaming prt to default_port. It should be squashed into a real patch that adds a new parameter. -- Ammar Faizi