1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 06:52:22 +03:00

pam-systemd-home: drop redundant newline

This commit is contained in:
Lennart Poettering 2020-04-09 14:27:57 +02:00
parent e58cd39f63
commit a1792d1ada

View File

@ -877,7 +877,6 @@ _public_ PAM_EXTERN int pam_sm_chauthtok(
if (FLAGS_SET(flags, PAM_PRELIM_CHECK))
return PAM_SUCCESS;
old_secret = user_record_new();
if (!old_secret)
return pam_log_oom(handle);