summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 926ba7b3c7..d7e1fa1cfc 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -3794,10 +3794,10 @@ static bool load_tagcache(void)
3794# ifdef HAVE_DIRCACHE 3794# ifdef HAVE_DIRCACHE
3795 while (dircache_is_initializing()) 3795 while (dircache_is_initializing())
3796 sleep(1); 3796 sleep(1);
3797
3798 dircache_set_appflag(DIRCACHE_APPFLAG_TAGCACHE);
3797# endif 3799# endif
3798 3800
3799 dircache_set_appflag(DIRCACHE_APPFLAG_TAGCACHE);
3800
3801 logf("loading tagcache to ram..."); 3801 logf("loading tagcache to ram...");
3802 3802
3803 fd = open(TAGCACHE_FILE_MASTER, O_RDONLY); 3803 fd = open(TAGCACHE_FILE_MASTER, O_RDONLY);