summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-09-08 23:51:00 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-08 23:51:00 +0200
commit3c9a09bc45608eb333e67bd44c3b69049f4d4ed7 (patch)
tree4becedfb7d7364a7a6cb418b4242d64c40ddb498
parent5fd751fc2ee44db50c26adc6d1881508c1ab04f5 (diff)
cli-command: don't necessarily ovveride failure code of files (llvm-clang-analyzer)
-rw-r--r--src/pulsecore/cli-command.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pulsecore/cli-command.c b/src/pulsecore/cli-command.c
index 3941cc85..b57919a4 100644
--- a/src/pulsecore/cli-command.c
+++ b/src/pulsecore/cli-command.c
@@ -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 = 0;
-
fail:
if (f)
fclose(f);