1
0
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:
Lennart Poettering 2011-09-23 02:53:55 +02:00
parent 3e085b6c59
commit d77c31f8f3

View File

@ -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;
}