Formerly main.c.~61~
authorRoland McGrath <roland@redhat.com>
Sun, 11 Oct 1992 21:26:57 +0000 (21:26 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 11 Oct 1992 21:26:57 +0000 (21:26 +0000)
main.c

diff --git a/main.c b/main.c
index 17bab00..81ca642 100644 (file)
--- a/main.c
+++ b/main.c
@@ -428,6 +428,9 @@ main (argc, argv, envp)
 #endif /* setvbuf reversed.  */
 #endif /* setlinebuf missing.  */
 
+  /* Initialize the directory hashing code.  */
+  init_dir ();
+
   /* Set up to access user data (files).  */
   user_access ();