Correctly add/remove outgoing connections when reloading configuration.
[tinc] / src / net_setup.c
index ecffed9..ba2ad5f 100644 (file)
@@ -916,6 +916,8 @@ static bool setup_myself(void) {
                return false;
        }
 
+       last_config_check = time(NULL);
+
        return true;
 }