* net/tramp-cmds.el (tramp-cleanup-all-connections): Reset
`tramp-locked'.
This commit is contained in:
parent
11c712173e
commit
6f77e7d72e
2 changed files with 13 additions and 0 deletions
|
@ -102,6 +102,9 @@ When called interactively, a Tramp connection has to be selected."
|
|||
This includes password cache, file cache, connection cache, buffers."
|
||||
(interactive)
|
||||
|
||||
;; Unlock Tramp.
|
||||
(setq tramp-locked nil)
|
||||
|
||||
;; Flush password cache.
|
||||
(when (functionp 'password-reset)
|
||||
(funcall (symbol-function 'password-reset)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue