1
0
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:
David Steele 2015-02-02 18:48:33 -05:00
parent bde8943517
commit 7f38461c68

View File

@ -585,7 +585,7 @@ sub restore
$oyRestoreQueue[@oyRestoreQueue - 1]->enqueue("${strPathKey}|${strName}");
}
$oyRestoreQueue[@oyRestoreQueue - 1]->end();
$oyRestoreQueue[@oyRestoreQueue - 1]->enqueue(undef);
}
}