From c5ddec8e380d1d6380148e05154b679802f7f6cd Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 31 May 2008 14:28:12 +0000 Subject: [PATCH] -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 --- perl-xCAT-2.0/xCAT/Utils.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Utils.pm b/perl-xCAT-2.0/xCAT/Utils.pm index 8bd965966..cefb75b85 100644 --- a/perl-xCAT-2.0/xCAT/Utils.pm +++ b/perl-xCAT-2.0/xCAT/Utils.pm @@ -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; }