5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-01-09 05:17:35 +03:00

fixup: remove double braces

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
Stefan Reiter 2021-04-19 10:43:50 +02:00 committed by Thomas Lamprecht
parent 920750982b
commit 91fe74a036

View File

@ -293,7 +293,6 @@ sub verify_storagepair {
my ($storagepair, $noerr) = @_; my ($storagepair, $noerr) = @_;
return $verify_idpair->($storagepair, $noerr, 'pve-storage-id'); return $verify_idpair->($storagepair, $noerr, 'pve-storage-id');
} }
}
register_format('mac-addr', \&pve_verify_mac_addr); register_format('mac-addr', \&pve_verify_mac_addr);
sub pve_verify_mac_addr { sub pve_verify_mac_addr {