mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 04:10:46 +00:00
defect 4262
This commit is contained in:
@ -95,7 +95,6 @@ sub getOSdistroref
|
||||
{
|
||||
return undef;
|
||||
}
|
||||
# verified this does work on DB2
|
||||
|
||||
my @clause=();
|
||||
|
||||
@ -259,7 +258,7 @@ sub rmosdistro
|
||||
#remove the osdistro entry
|
||||
$osdistrotab->delEntries(\%keyhash);
|
||||
$osdistrotab->commit;
|
||||
$callback->({info=>"rmosdistro: remove $_ success",errorcode=>[0]});
|
||||
$callback->({info=>["rmosdistro: remove $_ success"],errorcode=>[0]})
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user