Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2021-06-17 21:54:39 -07:00
+2 -1
View File
@@ -2445,7 +2445,8 @@ sub applyConfigAssignments {
if (!defined($$config{'TARGET_DRIVER'}->{$driver}->{'TARGET'}->{$target}->{'GROUP'}->{$group})) {
if ($deletions) {
removeGroup($driver, $target, $group);
removeGroup($driver, $target,
$group, TRUE);
$changes++;
} else {
print "\t-> Group '$group' is not in configuration. Use -force to remove.\n";