Przeglądaj źródła

Merge pull request #14166 from ghalliday/issue24730

HPCC-24730 Fix build problem in container mode (caused by HPCC-24689)

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 lat temu
rodzic
commit
ce81d2f736
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      thorlcr/mfilemanager/thmfilemanager.cpp

+ 1 - 2
thorlcr/mfilemanager/thmfilemanager.cpp

@@ -520,8 +520,7 @@ public:
 #ifdef _CONTAINERIZED
                     if (!globals->getPropBool("@_dafsStorage"))
                     {
-                        Owned<IStoragePlane> plane = getStoragePlane(groupNames.item(gn));
-                        assertex(plane);
+                        Owned<IStoragePlane> plane = getStoragePlane(groupNames.item(gn), true);
                         curDir.append(plane->queryPrefix());
                     }
 #else