From 173b66f1e1ce1ccb8bb08bd9f7cf41b135a35828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:54:58 -0300 Subject: [PATCH] fix(genesis): initialize qeth state arrays --- .../recipes-connectivity/xcat-genesis-qeth/files/genesis-qeth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-genesis-builder/oe/meta-xcat-genesis/recipes-connectivity/xcat-genesis-qeth/files/genesis-qeth b/xCAT-genesis-builder/oe/meta-xcat-genesis/recipes-connectivity/xcat-genesis-qeth/files/genesis-qeth index 65e3d3d42..9a4ab8f64 100644 --- a/xCAT-genesis-builder/oe/meta-xcat-genesis/recipes-connectivity/xcat-genesis-qeth/files/genesis-qeth +++ b/xCAT-genesis-builder/oe/meta-xcat-genesis/recipes-connectivity/xcat-genesis-qeth/files/genesis-qeth @@ -80,7 +80,7 @@ activate_channels() { } configured_output=$("$znetconf_command" -c 2>/dev/null || true) -declare -a cmdline_arguments explicit_specs ready_channels failed_channels +declare -a cmdline_arguments=() explicit_specs=() ready_channels=() failed_channels=() rd_znet_present=false read -r -a cmdline_arguments <"$cmdline_file" for argument in "${cmdline_arguments[@]}"; do