]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/Plugin.pm
volume_snapshot_list: remove $ip parameter
[pve-storage.git] / PVE / Storage / Plugin.pm
index 0a5e9048d53ea2624584109ee3e3ff8de75016a0..b10e2d95eabfa764765a3f86433b558cb971ec81 100644 (file)
@@ -825,7 +825,7 @@ sub status {
 }
 
 sub volume_snapshot_list {
-    my ($class, $scfg, $storeid, $volname, $prefix, $ip) = @_;
+    my ($class, $scfg, $storeid, $volname, $prefix) = @_;
 
     # implement in subclass
     die "Volume_snapshot_list is not implemented for $class";