diff options
| -rw-r--r-- | lisp/net/tramp-cache.el | 3 |
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. |