# HG changeset patch # User Michael Albinus # Date 1213537045 0 # Node ID c8848a020b33c56e6cdf0ce20b07609ea540763e # Parent a20bb74ebe03ad6c42fbcf16a762d03123fbdfe1 * net/tramp-cmds.el (tramp-cleanup-all-connections): Reset `tramp-locked'. diff -r a20bb74ebe03 -r c8848a020b33 lisp/net/tramp-cmds.el --- a/lisp/net/tramp-cmds.el Sun Jun 15 13:36:30 2008 +0000 +++ b/lisp/net/tramp-cmds.el Sun Jun 15 13:37:25 2008 +0000 @@ -102,6 +102,9 @@ 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)))