Compare commits

..

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

1 changed files with 0 additions and 3 deletions

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