chiark / gitweb /
shared: AFS is also a network filesystem
authorCristian Rodríguez <crrodriguez@opensuse.org>
Fri, 20 Feb 2015 18:35:11 +0000 (15:35 -0300)
committerLennart Poettering <lennart@poettering.net>
Sun, 1 Mar 2015 11:40:41 +0000 (12:40 +0100)
src/shared/util.c

index 241e7520b9d35fd4d763868aa5557baa2eacc370..4a970af3b1972f3a28abe28d878c50b2966d1875 100644 (file)
@@ -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"