Browse Source

HPCC-16227 Configmgr crash generating new xml

Signed-off-by: Mark Kelly <mark.kelly@lexisnexis.com>
Mark Kelly 8 years ago
parent
commit
551a9e9853
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/deployutils/wizardInputs.cpp

+ 1 - 1
deployment/deployutils/wizardInputs.cpp

@@ -111,7 +111,7 @@ void CWizardInputs::setEnvironment()
     m_thorNodes = atoi(m_pXml->queryProp("@thorNodes"));
 
   m_espNodes = 1;
-  if(m_pXml->hasProp("@thorNodes"))
+  if(m_pXml->hasProp("@espNodes"))
     m_espNodes = atoi(m_pXml->queryProp("@espNodes"));