Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
585eedef
Commit
585eedef
authored
Oct 11, 2009
by
Michael Albinus
Browse files
Fix last change.
parent
2992485f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/net/tramp-smb.el
lisp/net/tramp-smb.el
+2
-2
No files found.
lisp/net/tramp-smb.el
View file @
585eedef
...
...
@@ -482,7 +482,7 @@ PRESERVE-UID-GID is completely ignored."
(
with-file-property
v
localname
(
format
"file-attributes-%s"
id-format
)
(
if
(
and
(
tramp-smb-get-share
localname
)
(
tramp-smb-get-cifs-capabilities
v
))
(
tramp-do-file-attributes-with-stat
v
localname
id-format
)
(
tramp-
smb-
do-file-attributes-with-stat
v
localname
id-format
)
;; Reading just the filename entry via "dir localname" is not
;; possible, because when filename is a directory, some
;; smbclient versions return the content of the directory, and
...
...
@@ -513,7 +513,7 @@ PRESERVE-UID-GID is completely ignored."
inode
;10 inode number
device
)))))))
;11 file system number
(
defun
tramp-do-file-attributes-with-stat
(
defun
tramp-
smb-
do-file-attributes-with-stat
(
vec
localname
&optional
id-format
)
"Implement `file-attributes' for Tramp files using stat command."
(
tramp-message
vec
5
"file attributes with stat: %s"
localname
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment