From: Michael Albinus Date: Wed, 14 Sep 2016 12:52:54 +0000 (+0200) Subject: ; Complete fixing Bug#24432 X-Git-Tag: emacs-26.0.90~1600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=def4f1ec992880de599d36a0f94536249d95d7c4;p=emacs.git ; Complete fixing Bug#24432 --- diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 2578815ce51..43b3ba07708 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -430,7 +430,8 @@ for all methods. Resulting data are derived from connection history." ;; `tramp-connection-properties'. The cache is ;; initialized properly by side effect. (unless (tramp-connection-property-p key (car item)) - (tramp-set-connection-property key (pop item) (car item)))))) + (tramp-set-connection-property key (pop item) (car item)))) + (tramp-set-connection-property key "active" 'undef))) (setq tramp-cache-data-changed nil)) (file-error ;; Most likely because the file doesn't exist yet. No message.