Fix missing start_merge() error check
This commit is contained in:
@@ -251,6 +251,8 @@ struct snap_merger_t
|
|||||||
goto resume_100;
|
goto resume_100;
|
||||||
// Get parents and so on
|
// Get parents and so on
|
||||||
start_merge();
|
start_merge();
|
||||||
|
if (state == 100)
|
||||||
|
return;
|
||||||
// First list lower layers
|
// First list lower layers
|
||||||
list_errcode.clear();
|
list_errcode.clear();
|
||||||
list_layers(true);
|
list_layers(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user