]> git.proxmox.com Git - pve-common.git/commitdiff
fix typo
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 23 Apr 2015 07:14:48 +0000 (09:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 23 Apr 2015 07:14:48 +0000 (09:14 +0200)
src/PVE/JSONSchema.pm

index 028766c13e07459122d03331400f6428bdebd53b..e1485ff161f13343c5ca0768e4a575374c6a1da0 100644 (file)
@@ -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)$/) {