Re-indent.

This commit is contained in:
nekral-guest 2009-04-20 13:10:20 +00:00
parent c694843da5
commit 29c3763f9c

View File

@ -1235,8 +1235,7 @@ int main (int argc, char **argv)
/* Reset the lockout times if logged in */
if ( (0 != faillog.fail_max)
&& (faillog.fail_cnt >= faillog.fail_max)) {
puts (_
("Warning: login re-enabled after temporary lockout."));
puts (_("Warning: login re-enabled after temporary lockout."));
SYSLOG ((LOG_WARN,
"login '%s' re-enabled after temporary lockout (%d failures)",
username, (int) faillog.fail_cnt));