]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorBrian Wellington <source@isc.org>
Fri, 18 Aug 2000 22:47:39 +0000 (22:47 +0000)
committerBrian Wellington <source@isc.org>
Fri, 18 Aug 2000 22:47:39 +0000 (22:47 +0000)
previous change did not compile

lib/dns/cache.c

index a03e8783b96f24febc4841f7f55ada2a3f045d25..60423212dd7e47724ca621688125f64ead53a807 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: cache.c,v 1.23.2.1 2000/08/18 21:53:46 bwelling Exp $ */
+/* $Id: cache.c,v 1.23.2.2 2000/08/18 22:47:39 bwelling Exp $ */
 
 #include <config.h>
 
@@ -303,7 +303,7 @@ dns_cache_setcleaninginterval(dns_cache_t *cache, unsigned int t) {
         * It may be the case that the cache has already shut down.
         * If so, it has no timer.
         */
-       if (cache->timer == NULL)
+       if (cache->cleaner.cleaning_timer == NULL)
                goto unlock;
            
        cache->cleaner.cleaning_interval = t;