diff --git a/modules/pam_unix/support.c b/modules/pam_unix/support.c index 753e5f894..8cbc42170 100644 --- a/modules/pam_unix/support.c +++ b/modules/pam_unix/support.c @@ -261,7 +261,7 @@ int _set_ctrl(pam_handle_t *pamh, int flags, int *remember, int *rounds, unset(UNIX_ALGO_ROUNDS, ctrl); } else if (*rounds >= 10000000) { *rounds = 9999999; - { + } } }