summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2015-02-20 15:35:11 -0300
committerLennart Poettering <lennart@poettering.net>2015-03-01 12:40:41 +0100
commitba89821c104d959082aad6f3f0e05a8afd575023 (patch)
tree6cbdb48f381ba77b3e912196b87264d215d6c1a3
parentf2273101c21bc59a390379e182e53cd4f07a7e71 (diff)
shared: AFS is also a network filesystem
-rw-r--r--src/shared/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.c b/src/shared/util.c
index 241e7520b..4a970af3b 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1689,6 +1689,7 @@ bool chars_intersect(const char *a, const char *b) {
bool fstype_is_network(const char *fstype) {
static const char table[] =
+ "afs\0"
"cifs\0"
"smbfs\0"
"sshfs\0"