diff options
Diffstat (limited to 'modules/pam_motd/pam_motd.c')
-rw-r--r-- | modules/pam_motd/pam_motd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_motd/pam_motd.c b/modules/pam_motd/pam_motd.c index a4fd0e59..6ac8cba2 100644 --- a/modules/pam_motd/pam_motd.c +++ b/modules/pam_motd/pam_motd.c @@ -288,7 +288,7 @@ static int drop_privileges(pam_handle_t *pamh, struct pam_modutil_privs *privs) const char *username; int retval; - retval = pam_get_user(pamh, &username, "key user"); + retval = pam_get_user(pamh, &username, NULL); if (retval == PAM_SUCCESS) { pw = pam_modutil_getpwnam (pamh, username); |