From 9a457fe2d70fd7cb66b79306ad663235ef2db9ff Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Tue, 30 May 2017 21:27:15 -0400 Subject: [PATCH] For now, let's continue printing out all the values --- xCAT-server/lib/xcat/plugins/openbmc.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index 70f8b857e..1cb9af5d3 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -956,9 +956,6 @@ sub rinv_response { next; } - # If the item is not found on the server, do not bother printing it out - if ($content{Present} eq 0) { next; } - # # Need to re-visit this code, commenting out for now... #