diff options
author | Adam <Adam@anope.org> | 2012-10-27 05:34:36 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-27 05:34:36 -0400 |
commit | bb5f4555dce8bdfa7124db87c72a084c9d9416a1 (patch) | |
tree | 24e45fa9bfb99f6cb39805079f7087f57c92ddfe /include | |
parent | 32d33ca8e53b8b37e6bd58ae156327181d139efc (diff) |
Ues timestamp for dns serial not yyyymmddnn.. there are too many problems with this (restarts, >99 zone updates/day, etc)
Diffstat (limited to 'include')
-rw-r--r-- | include/dns.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |