]> git.eshelyaron.com Git - emacs.git/commitdiff
; Complete fixing Bug#24432
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 14 Sep 2016 12:52:54 +0000 (14:52 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 14 Sep 2016 12:52:54 +0000 (14:52 +0200)
lisp/net/tramp-cache.el

index 2578815ce5195ed32e1849c93eb74b1ee3c76938..43b3ba07708f4664b672984150644845f6fac183 100644 (file)
@@ -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.