From dac70dc77769f32b202ab07984687593de22f6b3 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 15 Jul 2013 18:33:57 +0200 Subject: util: recognize 'ncp' as an alias to 'ncpfs' 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/shared/util.c b/src/shared/util.c index ceee6f2c90..5c7204a567 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -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" -- cgit v1.2.3-54-g00ecf