Searched defs:nextlogtime (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2198 static time_t nextlogtime[MAXDAEMONS]; local
2273 nextlogtime[dn] = now + RejectLogInterval;
2275 else if (nextlogtime[dn] < now)
2279 nextlogtime[dn] = now + RejectLogInterval;

Completed in 71 milliseconds