Remove broadcast of KEY_CHANGED message during tinc's initialization.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Aug 2013 20:43:55 +0000 (22:43 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Aug 2013 20:43:55 +0000 (22:43 +0200)
src/net_setup.c

index 39fd1e5..35cd3f7 100644 (file)
@@ -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... */