]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afs.c
Merge master
[netatalk.git] / etc / afpd / afs.c
index 3b33c1ee3afabac3ca98d31131ed21282fa6acae..aebd1adbc52f00bacd1c022cdca3d8b23f5fa087 100644 (file)
@@ -129,7 +129,8 @@ int afp_getdiracl(AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *r
     #undef accessmode
 #endif
 
-void afsmode( path, ma, dir, st )
+void afsmode( vol, path, ma, dir, st )
+const struct volume *vol;
 char           *path;
 struct maccess *ma;
 struct dir      *dir;
@@ -153,7 +154,7 @@ struct stat     *st;
         return;
     }
 
-    accessmode( path, ma, dir, st );
+    accessmode(vol, path, ma, dir, st );
 
     return;
 }