X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_misc.c;h=050e30a0e3908f7bdaafeb8869689a49bf783b16;hp=a4fcd6f7ba7871d706783198cea9203c5450cff2;hb=ba0a3bcb2d565eec26aed30eef902d3482877cf9;hpb=7b55200887d05c29abb8cea31aa914e03b806e9a diff --git a/src/protocol_misc.c b/src/protocol_misc.c index a4fcd6f7..050e30a0 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -71,9 +71,9 @@ bool pong_h(connection_t *c, const char *request) { /* Successful connection, reset timeout if this is an outgoing connection. */ - if(c->outgoing) { + if(c->outgoing && c->outgoing->timeout) { c->outgoing->timeout = 0; - reset_address_cache(c->outgoing->address_cache, &c->address); + reset_address_cache(c->outgoing->node->address_cache, &c->address); } return true;