]> git.meshlink.io Git - meshlink-tiny/blobdiff - src/devtools.c
Remove all support for channels.
[meshlink-tiny] / src / devtools.c
index 1b08d420197460e912322f6f05b684aa2251366d..1a647210420484c82fe4c80088d129c24f41ab3c 100644 (file)
@@ -79,8 +79,6 @@ void devtool_force_sptps_renewal(meshlink_handle_t *mesh, meshlink_node_t *node)
        node_t *n = (node_t *)node;
        connection_t *c = n->connection;
 
-       n->last_req_key = -3600;
-
        if(c) {
                c->last_key_renewal = -3600;
        }