]> git.meshlink.io Git - meshlink/blobdiff - src/net_setup.c
Update UTCP and replace gettimeofday() with clock_gettime().
[meshlink] / src / net_setup.c
index 238ae2d342dc316cd034f50289ad840c4a40881c..9cbdeb2691409f1c23c7221f0e9bf4af3d5b9b83 100644 (file)
@@ -565,7 +565,6 @@ bool setup_myself(meshlink_handle_t *mesh) {
 
        /* Done. */
 
-       mesh->last_config_check = mesh->loop.now.tv_sec;
        mesh->last_unreachable = mesh->loop.now.tv_sec;
 
        return true;