projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec100a5
)
Fill in next- and lastbutonehop for myself.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 25 Sep 2001 13:39:11 +0000
(13:39 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 25 Sep 2001 13:39:11 +0000
(13:39 +0000)
src/net.c
patch
|
blob
|
history
diff --git
a/src/net.c
b/src/net.c
index
d268fb8
..
e086d78
100644
(file)
--- 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.13
2 2001/09/25 13:35:45
guus Exp $
+ $Id: net.c,v 1.35.4.13
3 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);