2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

fix Global symbol requires explicit package name

This commit is contained in:
amy0701 2015-06-25 23:11:11 -04:00
parent 59b945bc82
commit 552eb5e035

View File

@ -293,7 +293,7 @@ sub get_bmc_ip_source{
my $bmcpw = shift;
my $callback = $::CALLBACK;
my $bmcerror = "Can not find IP Address Source.";
my $ipsource_t = "IP Address Source";
my $pcmd;
if ( $bmcuser eq "none" )