]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/filedir.c
of_findname(): missing argument
[netatalk.git] / etc / afpd / filedir.c
index c349f5322e1c4db5e51c810387ea8cdc6ece77c0..8feac755be3ad09082ec4627fb29e1b40c648207 100644 (file)
@@ -265,7 +265,7 @@ static int moveandrename(struct vol *vol,
 #ifdef HAVE_ATFUNCS
         opened = of_findnameat(sdir_fd, &path);
 #else
-        opened = of_findname(&path);
+        opened = of_findname(vol, &path);
 #endif /* HAVE_ATFUNCS */
 
         if (opened) {