mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Remove ThreadQueue->end(). Not supported on all platforms.
This commit is contained in:
parent
bde8943517
commit
7f38461c68
@ -585,7 +585,7 @@ sub restore
|
||||
$oyRestoreQueue[@oyRestoreQueue - 1]->enqueue("${strPathKey}|${strName}");
|
||||
}
|
||||
|
||||
$oyRestoreQueue[@oyRestoreQueue - 1]->end();
|
||||
$oyRestoreQueue[@oyRestoreQueue - 1]->enqueue(undef);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user