Fix wrong exit code on specific output format (xml or json)

This commit is contained in:
tomriddly
2023-07-19 17:37:14 +08:00
committed by Nikias Bassen
parent 835e626f14
commit ab26b03baf
+1
View File
@@ -925,6 +925,7 @@ run_again:
free(buf);
}
plist_free(apps);
res = 0;
goto leave_cleanup;
}