cli-command: don't necessarily ovveride failure code of files (llvm-clang-analyzer)

This commit is contained in:
Lennart Poettering 2009-09-08 23:51:00 +02:00
parent 5fd751fc2e
commit 3c9a09bc45

View file

@ -1813,8 +1813,6 @@ int pa_cli_command_execute_file(pa_core *c, const char *fn, pa_strbuf *buf, pa_b
ret = pa_cli_command_execute_file_stream(c, f, buf, fail); ret = pa_cli_command_execute_file_stream(c, f, buf, fail);
ret = 0;
fail: fail:
if (f) if (f)
fclose(f); fclose(f);