2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-29 15:51:18 +00:00

fix incorrect library for get_site_attribute

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13822 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2012-09-16 10:23:47 +00:00
parent fe4b65400f
commit cb0d7edc64

View File

@@ -1495,7 +1495,7 @@ sub enable_TFTPhpa
}
# get the tftpflags which set by customer
my $tftpflags = xCAT::Utils->get_site_attribute("tftpflags");
my $tftpflags = xCAT::TableUtils->get_site_attribute("tftpflags");
my $startcmd = "/usr/sbin/in.tftpd $v4only -v -l -s $tftpdir -m /etc/tftpmapfile4xcat.conf";
if ($tftpflags) {
$startcmd = "/usr/sbin/in.tftpd $v4only $tftpflags";