X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_socket.c;h=8983d2895aede8dc603dcb164cd3e2e1d6c96629;hp=fab11d67f215a6d90c8f950f6ed982e45398f618;hb=2a7871990bc401921b8bb9accbc6a8206d564f72;hpb=cadbf587a09bd4adde664cd635b962315228b3f5 diff --git a/src/net_socket.c b/src/net_socket.c index fab11d67..8983d289 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -552,6 +552,7 @@ begin: /* Now that there is a working socket, fill in the rest and register this connection. */ + c->last_ping_time = time(NULL); c->status.connecting = true; c->name = xstrdup(outgoing->name); #ifndef DISABLE_LEGACY