mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pam_xdg: Remove leftover debug printf
Sponsored by: Beckhoff Automation GmbH & Co. KG
Fixes: 6e69612d5df1 ("pam: Add pam_xdg module")
(cherry picked from commit 84329908c522b428e4dc858a9bac769117927cd3)
This commit is contained in:
parent
8bca4da5bc
commit
bb219e78dd
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ _pam_xdg_open(pam_handle_t *pamh, int flags __unused,
|
|||
/* Setup the session count file */
|
||||
for (i = 0; i < XDG_MAX_SESSION; i++) {
|
||||
asprintf(&xdg_session_file, "%s/xdg_session.%d", user, i);
|
||||
printf("Trying to open %s\n", xdg_session_file);
|
||||
session_file = openat(rt_dir_prefix, xdg_session_file, O_CREAT | O_EXCL, RUNTIME_DIR_MODE);
|
||||
free(xdg_session_file);
|
||||
if (session_file >= 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue