From 18d1233c40a5705e9123edd6f4c6764a5178003b Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 25 Sep 2001 13:39:11 +0000 Subject: [PATCH] Fill in next- and lastbutonehop for myself. --- src/net.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.20.1