Rename site value to something more specific

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15777 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-04-01 19:11:28 +00:00
parent d616ef7269
commit fefe378467

View File

@ -55,7 +55,7 @@ sub process_request {
$request = shift;
$callback = shift;
$subreq = shift;
if (not $::XCATSITEVALS{disablecredcheck} and xCAT::Utils->isMN()) {
if (not $::XCATSITEVALS{disablecredfilecheck} and xCAT::Utils->isMN()) {
my $result= xCAT::TableUtils->checkCredFiles($callback);
}
if ($request->{command}->[0] eq 'getdestiny') {