mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge branch '4.9'
This commit is contained in:
commit
7a5e88ccb4
@ -90,7 +90,6 @@ public class ConfigurationDaoImpl extends GenericDaoBase<ConfigurationVO, String
|
|||||||
configurations = listIncludingRemovedBy(sc);
|
configurations = listIncludingRemovedBy(sc);
|
||||||
|
|
||||||
for (ConfigurationVO config : configurations) {
|
for (ConfigurationVO config : configurations) {
|
||||||
if (config.getValue() != null)
|
|
||||||
_configs.put(config.getName(), config.getValue());
|
_configs.put(config.getName(), config.getValue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user