Fix missing start_merge() error check

This commit is contained in:
Vitaliy Filippov
2026-06-17 12:42:23 +03:00
parent c6f733b96a
commit 0e528ca8f3
+2
View File
@@ -251,6 +251,8 @@ struct snap_merger_t
goto resume_100;
// Get parents and so on
start_merge();
if (state == 100)
return;
// First list lower layers
list_errcode.clear();
list_layers(true);