X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fdevtools.c;fp=src%2Fdevtools.c;h=e172b0717950cd43fe526b8796e58fb7e2949ff0;hp=fb6ab257a0f3eae901ff869c53a774aeb48c413d;hb=a10895efa0919ff8e00d1ab732a8690fde2786da;hpb=5d583af29b3ba76f9acaeb77c0e0457268776dcb diff --git a/src/devtools.c b/src/devtools.c index fb6ab257..e172b071 100644 --- a/src/devtools.c +++ b/src/devtools.c @@ -353,9 +353,9 @@ 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 = 0; + n->last_req_key = -3600; if(c) { - c->last_key_renewal = 0; + c->last_key_renewal = -3600; } }