From 337501871f4b4fbeb6dc40c7dcc051c04a0bbfd0 Mon Sep 17 00:00:00 2001 From: XuWei Date: Sun, 20 Aug 2017 22:35:31 -0400 Subject: [PATCH] modified depending on comments --- xCAT-server/lib/xcat/plugins/openbmc.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index d6835ab7a..e3b70a444 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -561,6 +561,7 @@ sub parse_args { # # disable function until fully tested # + $check = unsupported($callback); if (ref($check) eq "ARRAY") { return $check; } my $setorget; foreach $subcommand (@ARGV) { if ($subcommand =~ /^(\w+)=(.*)/) {