From 5dbf258e2c780189fa30d51a872d8edb372e5589 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 21 Jan 2000 02:49:07 +0000 Subject: [PATCH] add comment --- lib/dns/cache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/cache.c b/lib/dns/cache.c index bae01ca9a7..d4782cb1b0 100644 --- a/lib/dns/cache.c +++ b/lib/dns/cache.c @@ -15,7 +15,7 @@ * SOFTWARE. */ - /* $Id: cache.c,v 1.9 2000/01/08 02:12:57 gson Exp $ */ + /* $Id: cache.c,v 1.10 2000/01/21 02:49:07 halley Exp $ */ #include #include @@ -226,6 +226,7 @@ dns_cache_detach(dns_cache_t **cachep) { UNLOCK(&cache->lock); *cachep = NULL; if (free_cache) { + /* XXXRTH This is not locked! */ if (cache->live_tasks > 0) isc_task_shutdown(cache->cleaner.task); else