From 23311952f0e2b043a680b48fd7e5d6e72c4fbace Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 24 Feb 2010 09:31:50 +0000 Subject: [PATCH] add the pkg name when calling the get_site_attribute git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5286 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 941527c82..2b9b3ee5d 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -1272,7 +1272,7 @@ sub getTftpDir my $tftpdir = "/tftpboot"; # Try to lookup real tftpdir place. - my @tftpdir1 = get_site_attribute("tftpdir"); + my @tftpdir1 = xCAT::Utils->get_site_attribute("tftpdir"); # Use fetched value, incase successful database lookup. if ($tftpdir1[0])