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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c305 static time_t last_report; local
309 if (last_report + 60 < now) {
310 last_report = now;

Completed in 80 milliseconds