mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 21:54:16 +01:00
Fix minor typo
This commit is contained in:
parent
b240534c46
commit
eb17d840a6
@ -66,7 +66,7 @@ int pam_modutil_drop_priv(pam_handle_t *pamh, struct _ykpam_privs *privs, struct
|
||||
}
|
||||
|
||||
if (privs->saved_groups_length > SAVED_GROUPS_MAX_LEN) {
|
||||
D (privs->debug_file, "to many groups, limiting.");
|
||||
D (privs->debug_file, "too many groups, limiting.");
|
||||
privs->saved_groups_length = SAVED_GROUPS_MAX_LEN;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user