From cb0d7edc644e253653798562de9028263bc2aa43 Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 16 Sep 2012 10:23:47 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/AAsn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/AAsn.pm b/xCAT-server/lib/xcat/plugins/AAsn.pm index b89bd1646..0782a11f3 100644 --- a/xCAT-server/lib/xcat/plugins/AAsn.pm +++ b/xCAT-server/lib/xcat/plugins/AAsn.pm @@ -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";