From 7f160a29a0fcfc1d8150cdde1d9a2d2dbf29216b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 2 Oct 2024 16:19:46 +0200 Subject: content_cas_map: Fix missing return after logging fatal --- src/other_tools/ops_maps/content_cas_map.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/other_tools/ops_maps/content_cas_map.cpp b/src/other_tools/ops_maps/content_cas_map.cpp index 0e13cd8e..ebec2b04 100644 --- a/src/other_tools/ops_maps/content_cas_map.cpp +++ b/src/other_tools/ops_maps/content_cas_map.cpp @@ -227,6 +227,7 @@ auto CreateContentCASMap( "to local CAS", key.content_hash.Hash()), /*fatal=*/true); + return; } // content stored in CAS (*setter)(nullptr); -- cgit v1.2.3