From 1bee5a06f9ffa45bf50cdb7df5efe4a7c7768e7f Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 9 Jun 2015 19:59:59 +0000 Subject: [PATCH] - config.h: made OptionsConf::negcache a time_t git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6086 82007160-df01-0410-b94d-b575c5fd34c7 --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 31e99e0..a397264 100644 --- a/src/config.h +++ b/src/config.h @@ -64,7 +64,7 @@ struct ChannelConf struct OptionsConf { - int negcache; + time_t negcache; time_t negcache_rebuild; unsigned int dns_fdlimit; char *pidfile; -- 2.30.2