From def4f1ec992880de599d36a0f94536249d95d7c4 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 14 Sep 2016 14:52:54 +0200 Subject: [PATCH] ; Complete fixing Bug#24432 --- lisp/net/tramp-cache.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2