From 571c4c875745b3e9cd8577980d2bb009c6f05e11 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 2 Oct 2009 13:21:15 +0000 Subject: [PATCH] *** empty log message *** --- lisp/net/tramp-smb.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 54835efe226..48d015013c0 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -548,6 +548,7 @@ PRESERVE-UID-GID is completely ignored." (tramp-smb-send-command v (format "mkdir \"%s\"" file)) ;; We must also flush the cache of the directory, because ;; file-attributes reads the values from there. + (tramp-flush-file-property v localname) (tramp-flush-file-property v (file-name-directory localname))) (unless (file-directory-p directory) (tramp-error -- 2.39.5