HPCC-24730 Fix build problem in container mode (caused by HPCC-24689) Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -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