diff options
author | Frederic Crozat <fcrozat@suse.com> | 2013-07-15 18:33:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-16 00:10:48 +0200 |
commit | dac70dc77769f32b202ab07984687593de22f6b3 (patch) | |
tree | d62bbef3d999d890a143c26885bc8f6f8323afe6 | |
parent | d907c2086716681936755f28ac80b3445c6d0196 (diff) |
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.
-rw-r--r-- | src/shared/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |