1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-28 15:24:13 +01:00

Typo in debug message: Privilges -> Privileges

This commit is contained in:
Gabriel Kihlman 2019-10-25 15:02:52 +02:00
parent 3d71fce7ba
commit 04f26f7d29
No known key found for this signature in database
GPG Key ID: C59A56181B3BF1F7

View File

@ -55,7 +55,7 @@ int pam_modutil_drop_priv(pam_handle_t *pamh, struct _ykpam_privs *privs, struct
privs->saved_egid = getegid();
if ((privs->saved_euid == pw->pw_uid) && (privs->saved_egid == pw->pw_gid)) {
D (privs->debug_file, "Privilges already dropped, pretend it is all right");
D (privs->debug_file, "Privileges already dropped, pretend it is all right");
return 0;
}