From: Cristian Rodríguez Date: Fri, 20 Feb 2015 18:35:11 +0000 (-0300) Subject: shared: AFS is also a network filesystem X-Git-Tag: v219.0~538 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ba89821c104d959082aad6f3f0e05a8afd575023 shared: AFS is also a network filesystem --- 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"