loginctl: fix typo

This commit is contained in:
Lennart Poettering
2011-09-23 16:28:27 +02:00
parent 3e085b6c59
commit d77c31f8f3
+1 -1
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;
}