Fix warning in cache.c

This commit is contained in:
Brad Smith
2022-11-26 21:48:17 +00:00
committed by Simon Kelley
parent efbf80be58
commit e3068ed111

View File

@@ -1897,7 +1897,9 @@ void dump_cache(time_t now)
char *record_source(unsigned int index) char *record_source(unsigned int index)
{ {
struct hostsfile *ah; struct hostsfile *ah;
#ifdef HAVE_INOTIFY
struct dyndir *dd; struct dyndir *dd;
#endif
if (index == SRC_CONFIG) if (index == SRC_CONFIG)
return "config"; return "config";