Преглед на файлове

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;
                 ForEachItemIn(gn, groupNames)
                 {
-#ifdef _CONTAINERIZE
+#ifdef _CONTAINERIZED
                     Owned<IStoragePlane> plane = getStoragePlane(groupNames.item(gn));
                     assertex(plane);
                     curDir.append(plane->queryPrefix());