mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
loginctl: fix typo
This commit is contained in:
parent
3e085b6c59
commit
d77c31f8f3
@ -1064,7 +1064,7 @@ static int show(DBusConnection *bus, char **args, unsigned n) {
|
||||
uint32_t u;
|
||||
|
||||
ret = get_user_creds((const char**) (args+i), &uid, NULL, NULL);
|
||||
if (r < 0) {
|
||||
if (ret < 0) {
|
||||
log_error("User %s unknown.", args[i]);
|
||||
goto finish;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user