enlarge buffer
authorderaadt <deraadt@openbsd.org>
Sun, 15 Sep 1996 09:13:18 +0000 (09:13 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 15 Sep 1996 09:13:18 +0000 (09:13 +0000)
usr.sbin/cron/database.c

index 8c3ad73..6831c74 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if !defined(lint) && !defined(LINT)
-static char rcsid[] = "$Id: database.c,v 1.1.1.1 1995/10/18 08:47:30 deraadt Exp $";
+static char rcsid[] = "$Id: database.c,v 1.2 1996/09/15 09:13:18 deraadt Exp $";
 #endif
 
 /* vix 26jan87 [RCS has the log]
@@ -102,7 +102,7 @@ load_database(old_db)
 
        while (NULL != (dp = readdir(dir))) {
                char    fname[MAXNAMLEN+1],
-                       tabname[MAXNAMLEN+1];
+                       tabname[MAXPATHLEN];
 
                /* avoid file names beginning with ".".  this is good
                 * because we would otherwise waste two guaranteed calls