X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol_key.c;h=836737aa7e284e2c11886707d02088ad5a1846a9;hb=1cb5c08f6294db9d86fa2a887c730f90e150d4ae;hp=2a4dbe02d1d5c4c24252a9dddd825872ed983a04;hpb=b1cae6a2011f704dc4d3b02972def561d5c6bcb9;p=meshlink diff --git a/src/protocol_key.c b/src/protocol_key.c index 2a4dbe02..836737aa 100644 --- a/src/protocol_key.c +++ b/src/protocol_key.c @@ -145,6 +145,9 @@ static bool req_key_ext_h(meshlink_handle_t *mesh, connection_t *c, const char * } } + /* Also reset any UTCP timers */ + utcp_reset_timers(from->utcp); + return true; }