X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet_setup.c;h=ba2ad5fc342cf50c7de32a760c04ba1ac5f36691;hb=c5325ffdd1c6749beaf842c272eb28ecd5a070b6;hp=ecffed9556730d5579506b2ae77c3c60a5ad6aae;hpb=f417271ea1447589ea05901f54fbb0377e7afaf9;p=tinc diff --git a/src/net_setup.c b/src/net_setup.c index ecffed95..ba2ad5fc 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -916,6 +916,8 @@ static bool setup_myself(void) { return false; } + last_config_check = time(NULL); + return true; }