]> arthur.barton.de Git - netatalk.git/commitdiff
Trunk-BP: Fixed a misnamed variable.
authorsrittau <srittau>
Thu, 7 Feb 2002 23:54:56 +0000 (23:54 +0000)
committersrittau <srittau>
Thu, 7 Feb 2002 23:54:56 +0000 (23:54 +0000)
etc/afpd/afs.c

index 8d914124067cdd9dbb28b2dbc47245067e05217b..d61df3eb73b9eeb6607a4de8cff24a696c2ad7af 100644 (file)
@@ -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;
 }