diff --git a/lib/BackRest/Restore.pm b/lib/BackRest/Restore.pm index 0207c99fd..a08d0a33c 100644 --- a/lib/BackRest/Restore.pm +++ b/lib/BackRest/Restore.pm @@ -585,7 +585,7 @@ sub restore $oyRestoreQueue[@oyRestoreQueue - 1]->enqueue("${strPathKey}|${strName}"); } - $oyRestoreQueue[@oyRestoreQueue - 1]->end(); + $oyRestoreQueue[@oyRestoreQueue - 1]->enqueue(undef); } }