summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-smb.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-10-02 13:21:15 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-10-02 13:21:15 +0000
commit571c4c875745b3e9cd8577980d2bb009c6f05e11 (patch)
tree4e8918a44a43a176cf9b90aa7259c37eb96d2ac5 /lisp/net/tramp-smb.el
parentb3ee21ac4fb0dd0ed6e585691526cdc0e73cf804 (diff)
downloademacs-571c4c875745b3e9cd8577980d2bb009c6f05e11.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/net/tramp-smb.el')
-rw-r--r--lisp/net/tramp-smb.el1
1 files changed, 1 insertions, 0 deletions
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