From bb5f4555dce8bdfa7124db87c72a084c9d9416a1 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 27 Oct 2012 05:34:36 -0400 Subject: Ues timestamp for dns serial not yyyymmddnn.. there are too many problems with this (restarts, >99 zone updates/day, etc) --- include/dns.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/dns.h b/include/dns.h index c4654727d..9ba14cc37 100644 --- a/include/dns.h +++ b/include/dns.h @@ -218,7 +218,6 @@ class CoreExport DNSManager : public Timer bool listen; uint32_t serial; - int last_year, last_day, last_num; public: TCPSocket *tcpsock; -- cgit