mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-19 19:11:16 +00:00
fix issue 3289: Changing site table attributes using chdef does not return the correct message
This commit is contained in:
@@ -780,6 +780,7 @@ sub setobjdefs
|
||||
|
||||
$montable->commit;
|
||||
$monsettable->commit;
|
||||
$objhash{$objname}{updated} = 1;
|
||||
next;
|
||||
} #if ($type eq 'monitoring')
|
||||
|
||||
@@ -870,6 +871,9 @@ sub setobjdefs
|
||||
}
|
||||
|
||||
}
|
||||
unless ($ret) {
|
||||
$objhash{$objname}{updated} = 1;
|
||||
}
|
||||
|
||||
$thistable->commit;
|
||||
|
||||
|
Reference in New Issue
Block a user