From 585eedef9107d0f4769592c0f0324a073fe97283 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 11 Oct 2009 15:01:27 +0000 Subject: [PATCH] Fix last change. --- lisp/net/tramp-smb.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index d50b1aaf9f6..915d7528c4a 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -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) -- 2.39.5