Remove broadcast of KEY_CHANGED message during tinc's initialization.
This commit is contained in:
parent
09b0b49b98
commit
0c54f36553
1 changed files with 0 additions and 1 deletions
|
@ -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... */
|
||||
|
|
Loading…
Reference in a new issue