]> arthur.barton.de Git - netatalk.git/commitdiff
set hasBeenInited in default finder info. From TSUBAKIMOTO Hiroya.
authordidg <didg>
Wed, 20 Oct 2004 19:48:38 +0000 (19:48 +0000)
committerdidg <didg>
Wed, 20 Oct 2004 19:48:38 +0000 (19:48 +0000)
etc/afpd/file.c

index a0ffe5d5f159775d00667051448a0a859a3a3cb1..673ebbb655f274089596587dc621992b5f0e8f43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: file.c,v 1.92.2.2.2.31 2004-09-07 06:17:21 didg Exp $
+ * $Id: file.c,v 1.92.2.2.2.31.2.1 2004-10-20 19:48:38 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -70,7 +70,7 @@ char *strchr (), *strrchr ();
 
 const u_char ufinderi[] = {
                               0, 0, 0, 0, 0, 0, 0, 0,
-                              0, 0, 0, 0, 0, 0, 0, 0,
+                              1, 0, 0, 0, 0, 0, 0, 0,
                               0, 0, 0, 0, 0, 0, 0, 0,
                               0, 0, 0, 0, 0, 0, 0, 0
                           };