defined(@array) is deprecated
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14501 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b52d6704c7
commit
40d3e8e130
@ -164,7 +164,7 @@ sub gethmccon {
|
||||
$host = $att->{hcp};
|
||||
}
|
||||
my @cred = xCAT::PPCdb::credentials( $host, $hwtype );
|
||||
if ( !defined(@cred) )
|
||||
if ( !(@cred) )
|
||||
{
|
||||
$rsp->{node}->[0]->{error}=["Can't username and passwd for the ivm"];
|
||||
$rsp->{node}->[0]->{errorcode}=[1];
|
||||
|
Loading…
Reference in New Issue
Block a user