]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fork.c
Configurable symlink behaviour
[netatalk.git] / etc / afpd / fork.c
index 33aaf66d1c025b1be90da8170b05376a2f988d81..634f7ad8f7499239d421342b955c047fe5d64090 100644 (file)
@@ -331,7 +331,7 @@ int afp_openfork(AFPObj *obj _U_, char *ibuf, size_t ibuflen _U_, char *rbuf, si
        ad_open so that we can keep file locks together.
        FIXME: add the fork we are opening? 
     */
-    if ((opened = of_findname(s_path))) {
+    if ((opened = of_findname(vol, s_path))) {
         adsame = opened->of_ad;
     }