Skip to content

DataModelRoot: Prevent unwanted autoloading.

If a TScopeAdapter is initialized with autoloading disabled, we need to be sure to pass this on to TEnum::GetEnum --- otherwise, it'll try to do autoloading by default.

This was resulting in bogus error messages with root 6.26.02.

Merge request reports