1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 05:16:28 +00:00
restic/cmd
Michael Eischer 2964d2ad15 Skip unlocking for nil locks
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.
2020-10-09 22:39:06 +02:00
..
restic Skip unlocking for nil locks 2020-10-09 22:39:06 +02:00