From: srittau Date: Thu, 7 Feb 2002 23:54:56 +0000 (+0000) Subject: Trunk-BP: Fixed a misnamed variable. X-Git-Tag: netatalk-1-5-2~39 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=9ff070c02fed882dcc11f3d3fd4d0a0b7f676648;p=netatalk.git Trunk-BP: Fixed a misnamed variable. --- diff --git a/etc/afpd/afs.c b/etc/afpd/afs.c index 8d914124..d61df3eb 100644 --- a/etc/afpd/afs.c +++ b/etc/afpd/afs.c @@ -1,5 +1,5 @@ /* - * $Id: afs.c,v 1.4.2.1 2001-12-03 05:01:03 jmarcus Exp $ + * $Id: afs.c,v 1.4.2.2 2002-02-07 23:54:56 srittau Exp $ * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. */ @@ -146,7 +146,7 @@ struct dir *dir; return; } - accessmode( upath, &ma, dir ); + accessmode( path, &ma, dir ); return; }