Rename site value to something more specific
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15775 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e0b1400489
commit
8f37638f66
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user