]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fork.c
Configurable symlink behaviour
[netatalk.git] / etc / afpd / fork.c
index 54e1c1495c7f21b7547475a0b467adaa4df8aa5b..5af912077e06dfee2e31a93cc001a6d1e341abb8 100644 (file)
@@ -317,7 +317,7 @@ int afp_openfork(AFPObj *obj _U_, char *ibuf, size_t ibuflen _U_, char *rbuf, si
         }
     }
 
-    if ((opened = of_findname(s_path))) {
+    if ((opened = of_findname(vol, s_path))) {
         adsame = opened->of_ad;
     }