X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fdirectory.c;h=80050643077a7d26ec7b1242e78fb6915e71a9cc;hb=f05ac9452b2f60773adcc8adefc117e145052fb6;hp=e22c7c949a52480d32efbcb8a1a93b9295d96cc1;hpb=39b87f80a88ac1798c26033fc04eb0f46a1ce70d;p=netatalk.git diff --git a/etc/afpd/directory.c b/etc/afpd/directory.c index e22c7c94..80050643 100644 --- a/etc/afpd/directory.c +++ b/etc/afpd/directory.c @@ -1,5 +1,5 @@ /* - * $Id: directory.c,v 1.71.2.4.2.15.2.2 2004-12-07 02:58:10 didg Exp $ + * $Id: directory.c,v 1.71.2.4.2.15.2.3 2004-12-07 03:23:48 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -786,7 +786,7 @@ static int copydir(const struct vol *vol, char *src, char *dst) if (S_ISDIR(st.st_mode)) { if (AFP_OK != (err = copydir(vol, spath, dpath))) goto copydir_done; - } else if (AFP_OK != (err = copyfile(vol, vol, spath, dpath, NULL))) { + } else if (AFP_OK != (err = copyfile(vol, vol, spath, dpath, NULL, NULL))) { goto copydir_done; } else {