Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1943 static time_t logged_time; in securityWarningCommand() local
1946 if (labs(now-logged_time) > 60) { in securityWarningCommand()
1948 logged_time = now; in securityWarningCommand()