X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=ea2bb01d57a1447b139d46fd1b9caab2cae984ae;hp=de1ac58c8c997838c8e450c6ec7eed2058124739;hb=24fa68585923d2b52718390f3f38d1aaacef12f0;hpb=34b7a876c3583f7a34585cff6a694bc9e35cdc87 diff --git a/src/net.c b/src/net.c index de1ac58c..ea2bb01d 100644 --- a/src/net.c +++ b/src/net.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.c,v 1.35.4.97 2001/02/25 19:09:41 guus Exp $ + $Id: net.c,v 1.35.4.98 2001/02/27 15:33:39 guus Exp $ */ #include "config.h" @@ -1217,8 +1217,9 @@ cp /* Check if this was our outgoing connection */ - if(cl->status.outgoing && cl->status.active) + if(cl->status.outgoing) { + cl->status.outgoing = 0; signal(SIGALRM, sigalrm_handler); seconds_till_retry = 5; alarm(seconds_till_retry);