]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/home/pam_systemd_home.c
pam_systemd_home: use pam_syslog_pam_error()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 11 Oct 2022 12:51:47 +0000 (14:51 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 11 Oct 2022 14:10:08 +0000 (16:10 +0200)
commite91b05f418b08c1e9c134c87b3e63264b18e348c
tree06a810f2908426bcf769e9f8842ea715eabc967c
parent4ac6ac9f09be05f17e454a3abc5f388f9ac51916
pam_systemd_home: use pam_syslog_pam_error()

The message in acquire_home() was looking at the wrong variable
('r' instead of 'acquired_fd').

Apart from that, no change in behaviour is intended.
src/home/pam_systemd_home.c