X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdevtools.c;h=1a647210420484c82fe4c80088d129c24f41ab3c;hb=f3014d25c8b6f8cc1cf8ab48cabf6fbc8e8311d0;hp=1b08d420197460e912322f6f05b684aa2251366d;hpb=51726faeea70c12caf2540d62dbdc135c5dfaf18;p=meshlink-tiny diff --git a/src/devtools.c b/src/devtools.c index 1b08d42..1a64721 100644 --- a/src/devtools.c +++ b/src/devtools.c @@ -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; }