Submitted by pcfreak30 on Sat, 02/15/2014 - 12:12
Found
sub type_citrix_available_ip_addresses
{
my ($server) = @_;
my $vhost = &get_parent_server($server);
return &available_ip_addresses($vhost->{'citrix_start'},
$vhost->{'citrix_end'},
$vhost->{'citrix_cidr'});
}
in openvz-type-lib.pl line 1107.
Might want to clear that up.
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Sat, 02/15/2014 - 16:07 Comment #1
Thanks - I'll fix that up.
Submitted by Issues on Sat, 03/01/2014 - 16:11 Comment #2
Automatically closed -- issue fixed for 2 weeks with no activity.