X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=c56fe98d670d552b2aa33a08c954b3cea5385587;hp=5cd3fa5efb4a81b72f1a816cbf313185faeb9219;hb=6f9f6779e6bd1dd7bb795b42dad550863a386ca8;hpb=9f38e394636a177c00a4545de2a99c661de36386 diff --git a/src/net.c b/src/net.c index 5cd3fa5e..c56fe98d 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.180 2002/09/09 21:24:34 guus Exp $ + $Id: net.c,v 1.35.4.181 2002/09/09 22:32:39 guus Exp $ */ #include "config.h" @@ -166,7 +166,7 @@ void build_fdset(fd_set * fs) - Check if we need to retry making an outgoing connection - Deactivate the host */ -void terminate_connection(connection_t * c, int report) +void terminate_connection(connection_t *c, int report) { cp();