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:
parent
3d71fce7ba
commit
04f26f7d29
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user