mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
YA patch I forgot to commit last night.
This commit is contained in:
parent
e98c156beb
commit
c53d09b102
1 changed files with 1 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ doit(union sockunion *fromp)
|
|||
environ_pam = pam_getenvlist(pamh);
|
||||
if (environ_pam)
|
||||
export_pam_environment();
|
||||
if ((retcode = pam_end(pamh, PAM_DATA_SILENT)) != PAM_SUCCESS)
|
||||
if ((retcode = pam_end(pamh, 0)) != PAM_SUCCESS)
|
||||
syslog(LOG_ERR|LOG_AUTH, "pam_end: %s", pam_strerror(pamh, retcode));
|
||||
#endif /* USE_PAM */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue