defined(%hash) is deprecated

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14503 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-11-30 09:11:34 +00:00
parent 1de4c70cec
commit 881d61a68a

View File

@ -720,7 +720,7 @@ sub read_from_table {
my %ppchash;
my %iphash;
if ( !defined(%::OLD_DATA_CACHE))
if ( !(%::OLD_DATA_CACHE))
{
#find out all the existed nodes
my $nodelisttab = xCAT::Table->new('nodelist');