]> tinc-vpn.org Git - tinc/blobdiff - src/process.c
Use the same logic as tinc 1.0.x for detecting two nodes with the same Name.
[tinc] / src / process.c
index ee5fce97fcda59620f91fc468339c308378510c4..0584da675816b9c38fededdb081e07cdf826c49f 100644 (file)
@@ -224,7 +224,6 @@ bool init_service(void) {
 */
 bool detach(void) {
 #ifndef HAVE_MINGW
-       signal(SIGALRM, SIG_IGN);
        signal(SIGPIPE, SIG_IGN);
        signal(SIGUSR1, SIG_IGN);
        signal(SIGUSR2, SIG_IGN);