]> git.proxmox.com Git - pve-guest-common.git/blobdiff - PVE/ReplicationConfig.pm
cleanup: ReplicationConfig: be specific about write_config
[pve-guest-common.git] / PVE / ReplicationConfig.pm
index eb98f78f1a304691e1a356d85a7b4de3febf7cf9..d597799308e045a076ee5ee36c06c08cec5d06c2 100644 (file)
@@ -170,7 +170,7 @@ sub write_config {
            if defined($data->{comment});
     }
 
-    $class->SUPER::write_config($filename, $cfg);
+    return $class->SUPER::write_config($filename, $cfg);
 }
 
 sub new {