aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/tramp-cache.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/tramp-cache.el')
-rw-r--r--lisp/net/tramp-cache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index 715b537247f..1ab8f4d335b 100644
--- a/lisp/net/tramp-cache.el
+++ b/lisp/net/tramp-cache.el
@@ -124,7 +124,7 @@ If KEY is `tramp-cache-undefined', don't create anything, and return nil."
124 (dolist (elt tramp-connection-properties) 124 (dolist (elt tramp-connection-properties)
125 (when (tramp-compat-string-search 125 (when (tramp-compat-string-search
126 (or (nth 0 elt) "") 126 (or (nth 0 elt) "")
127 (tramp-make-tramp-file-name key 'noloc 'nohop)) 127 (tramp-make-tramp-file-name key 'noloc))
128 (tramp-set-connection-property key (nth 1 elt) (nth 2 elt))))) 128 (tramp-set-connection-property key (nth 1 elt) (nth 2 elt)))))
129 hash)))) 129 hash))))
130 130