>       for (my $i = 100; $i < 10000; $i++) {
> -         return $i if !defined($idlist->{$i});
> +         return int($i) if !defined($idlist->{$i});

IMO, this does not solve the problem, because $i is already and int.


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to