emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tramp-smb.el,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-smb.el,v
Date: Tue, 17 Jul 2007 21:10:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/07/17 21:10:08

Index: net/tramp-smb.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/tramp-smb.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- net/tramp-smb.el    8 Jul 2007 18:03:19 -0000       1.27
+++ net/tramp-smb.el    17 Jul 2007 21:10:07 -0000      1.28
@@ -346,7 +346,7 @@
                         (assoc (file-name-nondirectory filename) entries)))
             (uid (if (and id-format (equal id-format 'string)) "nobody" -1))
             (gid (if (and id-format (equal id-format 'string)) "nogroup" -1))
-            (inode (tramp-get-inode filename))
+            (inode (tramp-get-inode v))
             (device (tramp-get-device v)))
 
         ;; Check result.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]