]> git.tuebingen.mpg.de Git - dss.git/commitdiff
Shut down the signal subsystem on exit.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 16:16:02 +0000 (16:16 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Jan 2015 19:55:32 +0000 (20:55 +0100)
No biggy since we exit anyway a few lines later, but still..

dss.c

diff --git a/dss.c b/dss.c
index 006cd27c333e097231ae140374fffdf3b8d689f6..c64156188bc753f7ee264f7434db1e254bbbc8f2 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -1520,6 +1520,7 @@ int main(int argc, char **argv)
        if (ret < 0)
                goto out;
        ret = call_command_handler();
+       signal_shutdown();
 out:
        if (ret < 0)
                DSS_EMERG_LOG(("%s\n", dss_strerror(-ret)));