Browse Source

Merge pull request #8756 from sukhong/HPCC-15702

HPCC-15702 Misspelled property name in ws_ecl_service.cpp

Reviewed-By: Russ Whitehead <william.whitehead@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 years ago
parent
commit
69001a159a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      esp/services/ws_ecl/ws_ecl_service.cpp

+ 1 - 1
esp/services/ws_ecl/ws_ecl_service.cpp

@@ -204,7 +204,7 @@ bool CWsEclService::init(const char * name, const char * type, IPropertyTree * c
         throw MakeStringException(-1, "ESP Process %s not configured", process);
 
     auth_method.set(prc->queryProp("Authentication/@method"));
-    portal_URL.set(prc->queryProp("@protalurl"));
+    portal_URL.set(prc->queryProp("@portalurl"));
 
     StringBuffer daliAddress;
     const char *daliServers = prc->queryProp("@daliServers");