Skip to content

Commit

Permalink
0000687: Installation Fail: NPE with client install
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jul 1, 2012
1 parent 84dc77b commit 8398640
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -152,6 +152,7 @@ public ISymmetricEngine install(Properties passedInProperties) throws Exception
}

String engineName = validateRequiredProperties(properties);
passedInProperties.setProperty(ParameterConstants.ENGINE_NAME, engineName);
if (engines.get(engineName) != null) {
try {
engines.get(engineName).stop();
Expand Down

0 comments on commit 8398640

Please sign in to comment.