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

/dovecot/src/auth/
H A Ddb-passwd-file.c166 static int passwd_file_open(struct passwd_file *pw, bool startup, argument
224 if ((time_secs > PARSE_TIME_STARTUP_WARN_SECS && startup) ||
225 (time_secs > PARSE_TIME_RELOAD_WARN_SECS && !startup)) {

Completed in 14 milliseconds