1
0
mirror of https://github.com/systemd/systemd synced 2025-09-23 13:54:45 +02:00

Compare commits

..

No commits in common. "a22e8850a8f2886f434d901f7923fe69e80a5d29" and "1b43e24602010403e8684df7539977264a478688" have entirely different histories.

View File

@ -1659,9 +1659,6 @@ static int list_unit_files(int argc, char *argv[], void *userdata) {
for (unit = units; unit < units + c; unit++)
free(unit->path);
if (c == 0)
return -ENOENT;
return 0;
}