]> arthur.barton.de Git - netatalk.git/commitdiff
Fixed typo that prevented compilation.
authorsrittau <srittau>
Thu, 17 Jan 2002 06:05:41 +0000 (06:05 +0000)
committersrittau <srittau>
Thu, 17 Jan 2002 06:05:41 +0000 (06:05 +0000)
etc/afpd/afs.c

index 6f22f0eafba8214cf8437c3995915bfa0920ec3a..8e7c05afff0d4f407d047511b22c41f2020df5e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: afs.c,v 1.7 2002-01-04 04:45:47 sibaz Exp $
+ * $Id: afs.c,v 1.8 2002-01-17 06:05:41 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;
 }