# HG changeset patch
# User John Goerzen <[EMAIL PROTECTED]>
# Date 1173710863 18000
# Node ID ce1c9701a8bc04d2eb7a86489b712a3f3716d42f
# Parent  59f5c19e8abcc6f808a8deb018d0b2e1fde52a1b
Add nfs4 to the nonlocal list
Debian #413993

diff -r 59f5c19e8abc -r ce1c9701a8bc modules/file-method.c
--- a/modules/file-method.c     Mon Mar 12 09:41:02 2007 -0500
+++ b/modules/file-method.c     Mon Mar 12 09:47:43 2007 -0500
@@ -1150,6 +1150,7 @@ do_is_local (GnomeVFSMethod *method,
                if (g_stat (path, &statbuf) == 0) {
                        char *type = filesystem_type (path, path, &statbuf);
                        gboolean is_local = ((strcmp (type, "nfs") != 0) && 
+                                            (strcmp (type, "nfs4") != 0) &&
                                             (strcmp (type, "afs") != 0) &&
                                             (strcmp (type, "autofs") != 0) &&
                                             (strcmp (type, "unknown") != 0) &&


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to