mirror of
https://github.com/restic/restic.git
synced 2026-05-30 22:05:24 +00:00
2964d2ad15
Now that lockRepo receives a context, it is possible that it is canceled before a lock was created. Thus `unlockRepo` must be able to handle this case.