]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
checkpoint
authorMark Andrews <marka@isc.org>
Mon, 10 Apr 2006 22:50:55 +0000 (22:50 +0000)
committerMark Andrews <marka@isc.org>
Mon, 10 Apr 2006 22:50:55 +0000 (22:50 +0000)
bin/named/query.c

index d01bb9c21d60f80954504cd76aa95f5dfbc7e598..0f6410cd1ab69c6a39fd66d1ffc508c935f101bd 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.198.2.13.4.36.4.2 2006/04/10 22:17:05 marka Exp $ */
+/* $Id: query.c,v 1.198.2.13.4.36.4.3 2006/04/10 22:50:55 marka Exp $ */
 
 #include <config.h>
 
@@ -2095,6 +2095,7 @@ query_recurse(ns_client_t *client, dns_rdatatype_t qtype, dns_name_t *qdomain,
                        isc_stdtime_t now;
                        isc_stdtime_get(&now);
                        if (now != last) {
+                               last = now;
                                ns_client_log(client, NS_LOGCATEGORY_CLIENT,
                                              NS_LOGMODULE_QUERY,
                                              ISC_LOG_WARNING,