]> arthur.barton.de Git - netatalk.git/commitdiff
of_findname(): missing argument
authorHAT <hat@fa2.so-net.ne.jp>
Fri, 15 Mar 2013 11:32:21 +0000 (20:32 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Fri, 15 Mar 2013 11:32:21 +0000 (20:32 +0900)
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) {