浏览代码

HPCC-24658 Fix duplicate scope paths in Thor cloud files

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 4 年之前
父节点
当前提交
c59907f2d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      thorlcr/mfilemanager/thmfilemanager.cpp

+ 1 - 1
thorlcr/mfilemanager/thmfilemanager.cpp

@@ -517,7 +517,7 @@ public:
                 StringBuffer curDir;
                 StringBuffer curDir;
                 ForEachItemIn(gn, groupNames)
                 ForEachItemIn(gn, groupNames)
                 {
                 {
-#ifdef _CONTAINERIZE
+#ifdef _CONTAINERIZED
                     Owned<IStoragePlane> plane = getStoragePlane(groupNames.item(gn));
                     Owned<IStoragePlane> plane = getStoragePlane(groupNames.item(gn));
                     assertex(plane);
                     assertex(plane);
                     curDir.append(plane->queryPrefix());
                     curDir.append(plane->queryPrefix());