mirror of
git://git.proxmox.com/git/pve-common.git
synced 2024-12-26 07:21:26 +03:00
fix typo
This commit is contained in:
parent
ed5880acdc
commit
93276209cc
@ -155,7 +155,7 @@ sub pve_verify_ipv4 {
|
||||
}
|
||||
|
||||
register_format('ipv6', \&pve_verify_ipv6);
|
||||
sub pve_verify_ipv4 {
|
||||
sub pve_verify_ipv6 {
|
||||
my ($ipv6, $noerr) = @_;
|
||||
|
||||
if ($ipv6 !~ m/^(?:$IPV6RE)$/) {
|
||||
|
Loading…
Reference in New Issue
Block a user