X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=2d16ae8363f571a72ccb585fa445f6f0d25cca6f;hp=f8c7306d18bdc7512f20b082e18b1b8aa2a61e2a;hb=e4ff969a9868ecc25a85daab620f97227de8d493;hpb=4d71de15e8abd137702a5dc04a743d246c3f1110 diff --git a/src/net.c b/src/net.c index f8c7306d..2d16ae83 100644 --- a/src/net.c +++ b/src/net.c @@ -821,8 +821,8 @@ cp if(cl->status.outgoing) { - alarm(5); signal(SIGALRM, sigalrm_handler); + alarm(5); syslog(LOG_NOTICE, "Try to re-establish outgoing connection in 5 seconds."); }