diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index df9ca547a..bc70ff18b 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -1910,6 +1910,10 @@ sub rflash_response { if (defined($content{Version}) and $content{Version}) { $update_version = $content{Version}; } + else { + # Entry has no Version attribute, skip listing it + next; + } if (defined($content{Activation}) and $content{Activation}) { $update_activation = (split(/\./, $content{Activation}))[ -1 ]; }