fix sshCleanup race using STM

This commit is contained in:
Joey Hess 2017-05-11 18:29:51 -04:00
parent 191665e7f0
commit 3f4b671486
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 19 additions and 22 deletions

View file

@ -15,6 +15,3 @@ up several ssh's at the same time, so connection caching didn't kick in,
and there could be a bunch of ssh password prompts at the same time. Now
there will never be more than one ssh password prompt at once, and only one
prompt per host. (As long as connection caching is enabled.)
That mostly works, but `git annex drop -J` exposes a bug in it, which I'll
have to get back to tomorrow.