emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master def4f1e: ; Complete fixing Bug#24432


From: Michael Albinus
Subject: [Emacs-diffs] master def4f1e: ; Complete fixing Bug#24432
Date: Wed, 14 Sep 2016 12:53:14 +0000 (UTC)

branch: master
commit def4f1ec992880de599d36a0f94536249d95d7c4
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; 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 2578815..43b3ba0 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]