aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2016-09-14 14:52:54 +0200
committerMichael Albinus2016-09-14 14:52:54 +0200
commitdef4f1ec992880de599d36a0f94536249d95d7c4 (patch)
tree14e4f4d98843f151b940915516fff10e0763354a
parent8af1763d1f88ad7017eb0deee5e87d2f9fb43fbb (diff)
downloademacs-def4f1ec992880de599d36a0f94536249d95d7c4.tar.gz
emacs-def4f1ec992880de599d36a0f94536249d95d7c4.zip
; Complete fixing Bug#24432
-rw-r--r--lisp/net/tramp-cache.el3
1 files changed, 2 insertions, 1 deletions
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."
430 ;; `tramp-connection-properties'. The cache is 430 ;; `tramp-connection-properties'. The cache is
431 ;; initialized properly by side effect. 431 ;; initialized properly by side effect.
432 (unless (tramp-connection-property-p key (car item)) 432 (unless (tramp-connection-property-p key (car item))
433 (tramp-set-connection-property key (pop item) (car item)))))) 433 (tramp-set-connection-property key (pop item) (car item))))
434 (tramp-set-connection-property key "active" 'undef)))
434 (setq tramp-cache-data-changed nil)) 435 (setq tramp-cache-data-changed nil))
435 (file-error 436 (file-error
436 ;; Most likely because the file doesn't exist yet. No message. 437 ;; Most likely because the file doesn't exist yet. No message.