2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-08 11:18:31 +00:00

Fix missing sessdata

This commit is contained in:
Jarrod Johnson
2017-03-28 11:11:36 -04:00
parent 9e9c12843a
commit 2ac5da13ef

View File

@@ -2072,6 +2072,7 @@ sub abort_fpc_update {
}
sub fpc_update_aborted {
my $sessdata = $_[1];
if ($_[0]->{code}) {
xCAT::SvrUtils::sendmsg("Unexpected condition, restarting device", $callback, $sessdata->{node}, %allerrornodes);
$sessdata->{ipmisession}->subcmd(netfn => 0x2e, command => 0xcc, data => [0x2e, 0xcc, 0x5e, 0x2b, 0, 6, 0x43, 0], callback => \&fpc_update_aborted, callback_args => $sessdata);