Signed-off-by: Fiona Ebner <[email protected]> --- Requires the versioned breaks done in the next patch.
src/PVE/Cluster.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/PVE/Cluster.pm b/src/PVE/Cluster.pm
index bdb465f..cd5d6b5 100644
--- a/src/PVE/Cluster.pm
+++ b/src/PVE/Cluster.pm
@@ -529,6 +529,8 @@ sub cfs_register_file {
parser => $parser,
writer => $writer,
};
+
+ return;
}
my $ccache_read = sub {
--
2.47.3
