mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 13:21:12 +00:00
fix bug
This commit is contained in:
@@ -4025,10 +4025,10 @@ sub output_table {
|
||||
sub getMAXMINEntries
|
||||
{
|
||||
my $self = shift;
|
||||
my $attr = shift;
|
||||
if ($dbworkerpid) {
|
||||
return dbc_call($self,'getMAXMINEntries',@_);
|
||||
}
|
||||
my $attr = shift;
|
||||
my $rets;
|
||||
my $query;
|
||||
my $xcatcfg=get_xcatcfg();
|
||||
|
Reference in New Issue
Block a user