2
0
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:
ertaozh
2017-06-21 03:57:51 -04:00
parent e5dd79d55e
commit 17faabe04e

View File

@@ -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;