X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fofork.c;h=d30d1af90104436c291aab28261400af58685987;hp=1209fcc28ee8f4e2f75e5779575c91f75bb215b2;hb=3606b9e3a163b19c98d3c0c0dc40886d14bcc5ca;hpb=c6c6ceea76a4e58ea64f540e13fdb63a52e3494c diff --git a/etc/afpd/ofork.c b/etc/afpd/ofork.c index 1209fcc2..d30d1af9 100644 --- a/etc/afpd/ofork.c +++ b/etc/afpd/ofork.c @@ -1,5 +1,5 @@ /* - * $Id: ofork.c,v 1.13 2002-04-22 07:46:00 rlewczuk Exp $ + * $Id: ofork.c,v 1.14 2002-05-13 04:59:36 jmarcus Exp $ * * Copyright (c) 1996 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -260,6 +260,15 @@ struct ofork *of_find(const u_int16_t ofrefnum ) return( oforks[ ofrefnum % nforks ] ); } +/* -------------------------- + it doesn't work :-( + mac1 open file "test" with simple text + mac2 rename "test" ==> "test1" + + now of_findname return NULL + + +*/ struct ofork * of_findname(const struct vol *vol, const struct dir *dir, const char *name) {