projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b0b49
)
Remove broadcast of KEY_CHANGED message during tinc's initialization.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 18 Aug 2013 20:43:55 +0000
(22:43 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 18 Aug 2013 20:43:55 +0000
(22:43 +0200)
src/net_setup.c
patch
|
blob
|
history
diff --git
a/src/net_setup.c
b/src/net_setup.c
index
39fd1e5
..
35cd3f7
100644
(file)
--- a/
src/net_setup.c
+++ b/
src/net_setup.c
@@
-750,7
+750,6
@@
static bool setup_myself(void) {
free(cipher);
- send_key_changed();
timeout_add(&keyexpire_timeout, keyexpire_handler, &keyexpire_timeout, &(struct timeval){keylifetime, rand() % 100000});
/* Check if we want to use message authentication codes... */