mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
pam_systemd_home: minor coding style adjustment
This commit is contained in:
parent
faef9ba27f
commit
3dc8b2df12
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user