|
@@ -339,7 +339,7 @@ void getPkgInfo(const char *target, const char *process, StringBuffer &info)
|
|
|
throw MakeStringException(PKG_DALI_LOOKUP_ERROR, "Unable to retrieve package information from dali /PackageMaps");
|
|
|
IPropertyTree *root = globalLock->queryRoot();
|
|
|
Owned<IPropertyTree> tree = createPTree("PackageMaps");
|
|
|
- Owned<IPropertyTree> pkgSetRegistry = getPkgSetRegistry((process && *process) ? process : "*", NULL, true);
|
|
|
+ Owned<IPropertyTree> pkgSetRegistry = getPkgSetRegistry(process, true);
|
|
|
if (!pkgSetRegistry)
|
|
|
throw MakeStringException(PKG_DALI_LOOKUP_ERROR, "Unable to retrieve package information from dali for process %s", (process && *process) ? process : "*");
|
|
|
StringBuffer xpath("PackageMap[@active='1']");
|