Fixed race condition in maskfile mode by using a dedicated flag for restore execution

This commit is contained in:
Jens Steube
2019-08-06 14:07:43 +02:00
parent 57a149276c
commit ca31ef43af
4 changed files with 14 additions and 10 deletions

View File

@@ -1716,6 +1716,8 @@ typedef struct restore_ctx
{
bool enabled;
bool restore_execute;
int argc;
char **argv;