summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukáš Hrázký <lhrazky@redhat.com>2018-06-11 18:38:26 +0200
committerLukáš Hrázký <lhrazky@redhat.com>2018-07-02 12:20:58 +0200
commit6bec4723e7205cb714550cb79f20f917b3c864e3 (patch)
tree3dc7c9415d16cb23dc784fc0b48e34c1508973ea
parent1255a9fa34eee947e8fe8b4747717c242b2b27bb (diff)
Remove the closelog() call
It is unnecessary, the syslog connections are closed automatically on exit. Signed-off-by: Lukáš Hrázký <lhrazky@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--src/spice-streaming-agent.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spice-streaming-agent.cpp b/src/spice-streaming-agent.cpp
index be133e4..0a7edbe 100644
--- a/src/spice-streaming-agent.cpp
+++ b/src/spice-streaming-agent.cpp
@@ -501,6 +501,5 @@ int main(int argc, char* argv[])
ret = EXIT_FAILURE;
}
- closelog();
return ret;
}