Переглянути джерело

Merge pull request #14110 from jakesmith/hpcc-24658-fix-container-thor-path

HPCC-24658 Fix duplicate scope paths in Thor cloud files

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 роки тому
батько
коміт
c07e5c4dbb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      thorlcr/mfilemanager/thmfilemanager.cpp

+ 1 - 1
thorlcr/mfilemanager/thmfilemanager.cpp

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