]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_sslrehashsignal.cpp
Update my name and email address.
[user/henk/code/inspircd.git] / src / modules / extra / m_sslrehashsignal.cpp
index fea32326a29fe209406b32f247ee9a499acb297a..c38f71164b300387cf0354eef5cb72a4c0eaa734 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2018 Peter Powell <petpow@saberuk.com>
+ *   Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
@@ -33,7 +33,7 @@ class ModuleSSLRehashSignal : public Module
  public:
        ~ModuleSSLRehashSignal()
        {
-               signal(SIGUSR1, SIG_DFL);
+               signal(SIGUSR1, SIG_IGN);
        }
 
        void init()