Remove duplicate SIGINT signal call. - catpoint - Catpoint simple presenting software.
 (HTM) git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/catpoint/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8ef598d0d695484ba895ce39ddd4e87d34561d12
 (DIR) parent c19639a4edb1186cdeb5655f0758506085dca7db
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 20 Dec 2020 14:37:26 +0100
       
       Remove duplicate SIGINT signal call.
       
       Thanks Bob!
       
       Diffstat:
         M catpoint.c                          |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/catpoint.c b/catpoint.c
       @@ -55,7 +55,6 @@ setsignal()
        {
                signal(SIGHUP, cleanup);
                signal(SIGINT, cleanup);
       -        signal(SIGINT, cleanup);
                signal(SIGQUIT, cleanup);
                signal(SIGABRT, cleanup);
                signal(SIGKILL, cleanup);