mirror of
git://git.proxmox.com/git/pve-guest-common.git
synced 2025-01-11 05:17:49 +03:00
cleanup: ReplicationConfig: be specific about write_config
Since it doesn't write but returns the text to be written, let's be specific about the fact that we're returning a value. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
48b638587f
commit
24691c2141
@ -170,7 +170,7 @@ sub write_config {
|
|||||||
if defined($data->{comment});
|
if defined($data->{comment});
|
||||||
}
|
}
|
||||||
|
|
||||||
$class->SUPER::write_config($filename, $cfg);
|
return $class->SUPER::write_config($filename, $cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub new {
|
sub new {
|
||||||
|
Loading…
Reference in New Issue
Block a user