[pve-devel] [PATCH common] fixup: remove double braces
Stefan Reiter
s.reiter at proxmox.com
Mon Apr 19 10:43:50 CEST 2021
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
either this or apply the second patch soon please ;)
https://lists.proxmox.com/pipermail/pve-devel/2021-April/047594.html
src/PVE/JSONSchema.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm
index f2ddb50..3febc1c 100644
--- a/src/PVE/JSONSchema.pm
+++ b/src/PVE/JSONSchema.pm
@@ -293,7 +293,6 @@ sub verify_storagepair {
my ($storagepair, $noerr) = @_;
return $verify_idpair->($storagepair, $noerr, 'pve-storage-id');
}
-}
register_format('mac-addr', \&pve_verify_mac_addr);
sub pve_verify_mac_addr {
--
2.20.1
More information about the pve-devel
mailing list