From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id C95821FF183 for ; Wed, 21 May 2025 14:05:16 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BA82617AA9; Wed, 21 May 2025 14:05:17 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Gabriel Goller Date: Wed, 21 May 2025 14:04:39 +0200 Message-Id: <174782906909.3515013.15313195328319465469.b4-ty@proxmox.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250520150101.283640-1-g.goller@proxmox.com> References: <20250520150101.283640-1-g.goller@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.035 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] applied: [PATCH network] api: controller: iterate over keys instead of whole map X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On Tue, 20 May 2025 17:01:01 +0200, Gabriel Goller wrote: > Previously, we iterated over the entire hash (keys and values), which > added unnecessary data to the configuration. This commit changes the > loop to iterate only over the hash keys. > > Nothing should change as the garbled properties were removed down the > line anyway. > > [...] Applied, thanks! [1/1] api: controller: iterate over keys instead of whole map commit: 7af377c9024aa47f337e374317df5d77cb85bdfd _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel