-Fix problem where noderestab object had method called when perl obviously already shows it to be an undef value

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1536 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-05-31 14:28:12 +00:00
parent c6eb984ad1
commit c5ddec8e38

View File

@ -1921,7 +1921,6 @@ sub get_ServiceNode
xCAT::MsgUtils->message('E', "Unable to read site Master value.\n");
$::ERROR_RC = 1;
}
$noderestab->close;
return \%snhash;
}