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

/freebsd-current/contrib/sendmail/src/
H A Dconf.c2276 static time_t nextlogtime[MAXDAEMONS]; local
2350 nextlogtime[dn] = now + RejectLogInterval;
2352 else if (nextlogtime[dn] < now)
2356 nextlogtime[dn] = now + RejectLogInterval;

Completed in 75 milliseconds