1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

pam_systemd_home: minor coding style adjustment

This commit is contained in:
Lennart Poettering 2023-11-28 15:42:08 +01:00
parent faef9ba27f
commit 3dc8b2df12

View File

@ -275,11 +275,11 @@ static int handle_generic_user_record_error(
const sd_bus_error *error,
bool debug) {
int r;
assert(user_name);
assert(error);
int r;
/* Logs about all errors, except for PAM_CONV_ERR, i.e. when requesting more info failed. */
if (sd_bus_error_has_name(error, BUS_ERROR_HOME_ABSENT)) {