summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteRACertPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/config/install/WIPasteRACertPage.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/config/install/WIPasteRACertPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteRACertPage.java b/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteRACertPage.java
index 584c375d4..2cf556b50 100644
--- a/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteRACertPage.java
+++ b/base/console/src/com/netscape/admin/certsrv/config/install/WIPasteRACertPage.java
@@ -48,7 +48,7 @@ class WIPasteRACertPage extends WIPasteCertPage {
InstallWizardInfo wizardInfo = (InstallWizardInfo)info;
if (wizardInfo.isCloning() && wizardInfo.isRACloningDone())
return false;
- if (wizardInfo.isRACertLocalCA() || !wizardInfo.isInstallCertNow()
+ if (wizardInfo.isRACertLocalCA() || !wizardInfo.isInstallCertNow()
|| !wizardInfo.isRAInstalled() || wizardInfo.isRACertInstalledDone())
return false;