Home
last modified time | relevance | path

Searched refs:nextlogtime (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2199 static time_t nextlogtime[MAXDAEMONS]; local
2274 nextlogtime[dn] = now + RejectLogInterval;
2276 else if (nextlogtime[dn] < now)
2280 nextlogtime[dn] = now + RejectLogInterval;