Fixed race condition in maskfile mode by using a dedicated flag for restore execution
This commit is contained in:
@@ -1716,6 +1716,8 @@ typedef struct restore_ctx
|
||||
{
|
||||
bool enabled;
|
||||
|
||||
bool restore_execute;
|
||||
|
||||
int argc;
|
||||
char **argv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user