summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 17bab00..81ca642 100644
--- 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 ();