1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-03-06 09:29:17 +01:00

Merge branch 'pr-164'

This commit is contained in:
Klas Lindfors 2018-05-23 10:56:21 +02:00
commit 7419287506
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A

View File

@ -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;
}