From: Guus Sliepen Date: Tue, 25 Sep 2001 13:39:11 +0000 (+0000) Subject: Fill in next- and lastbutonehop for myself. X-Git-Tag: release-1.0pre5~67 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=18d1233c40a5705e9123edd6f4c6764a5178003b Fill in next- and lastbutonehop for myself. --- diff --git a/src/net.c b/src/net.c index d268fb8d..e086d786 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.132 2001/09/25 13:35:45 guus Exp $ + $Id: net.c,v 1.35.4.133 2001/09/25 13:39:11 guus Exp $ */ #include "config.h" @@ -976,6 +976,8 @@ cp cp /* Done */ + myself->nexthop = myself; + myself->lastbutonehop = myself; myself->status.active = 1; id_add(myself);