From 8f37638f66f40492947dbc002777c67bd9885891 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 1 Apr 2013 19:11:16 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/destiny.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index ce237fa94..278e019b1 100644 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -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') {