* tramp-cache.el (tramp-flush-directory-property): Use the
localname of KEY for check.
This commit is contained in:
parent
3b9206508b
commit
5ec2288f4a
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Remove also properties of all files in subdirectories."
|
|||
(tramp-message vec 8 "%s" directory)
|
||||
(maphash
|
||||
'(lambda (key value)
|
||||
(when (and (stringp key)
|
||||
(when (and (stringp (tramp-file-name-localname key))
|
||||
(string-match directory (tramp-file-name-localname key)))
|
||||
(remhash key tramp-cache-data)))
|
||||
tramp-cache-data)))
|
||||
|
|
Loading…
Add table
Reference in a new issue