chiark / gitweb /
util: recognize 'ncp' as an alias to 'ncpfs'
authorFrederic Crozat <fcrozat@suse.com>
Mon, 15 Jul 2013 16:33:57 +0000 (18:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Jul 2013 22:10:48 +0000 (00:10 +0200)
ncp is also used for Netware mount point, recognize it as such. Fixes
https://bugzilla.novell.com/show_bug.cgi?id=828905.

src/shared/util.c

index ceee6f2c90f6a7eecb1372d22e03b85a72184970..5c7204a567b48a7e35048979d7c958d6d3207e70 100644 (file)
@@ -1610,6 +1610,7 @@ bool fstype_is_network(const char *fstype) {
                 "cifs\0"
                 "smbfs\0"
                 "ncpfs\0"
+                "ncp\0"
                 "nfs\0"
                 "nfs4\0"
                 "gfs\0"