瀏覽代碼

HPCC-15702 Misspelled property name in ws_ecl_service.cpp

Fixed a misspelled attribute (@protalurl -> @portalurl)

Signed-off-by: Suk Hwan Hong <suk.hong@gatech.edu>
Suk Hwan Hong 9 年之前
父節點
當前提交
43303d9d18
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");