- config.h: made OptionsConf::negcache a time_t
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 9 Jun 2015 19:59:59 +0000 (19:59 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 9 Jun 2015 19:59:59 +0000 (19:59 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6086 82007160-df01-0410-b94d-b575c5fd34c7

src/config.h

index 31e99e04c0344d40147080336440f2e5074c8cfc..a3972649f120df28c997348fcbdb59242ec9e560 100644 (file)
@@ -64,7 +64,7 @@ struct ChannelConf
 
 struct OptionsConf
 {
-  int negcache;
+  time_t negcache;
   time_t negcache_rebuild;
   unsigned int dns_fdlimit;
   char *pidfile;