2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00
This commit is contained in:
lissav
2013-08-06 09:44:52 -04:00
parent cbb73b46a7
commit 2bca640ffa

View File

@@ -4024,10 +4024,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();