X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=6b5b87405f92610b74a87f3872e2e0c22a38b328;hp=661381ba395fc88ec07efe8d1894417ccd9a90a8;hb=594d5b5d15551bd802c43926c7cb8863b7531654;hpb=ccea26e0044ea59a9722385c9d69b1bc703e884f diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 661381ba..6b5b8740 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.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: protocol_auth.c,v 1.1.4.6 2002/03/23 20:01:05 guus Exp $ + $Id: protocol_auth.c,v 1.1.4.7 2002/03/23 20:21:10 guus Exp $ */ #include "config.h" @@ -602,11 +602,6 @@ cp /* Run MST and SSSP algorithms */ graph(); - - /* Succesful connection, reset timeout if this is an outgoing connection. */ - - if(c->outgoing) - c->outgoing->timeout = 0; cp return 0; }