Update "now" after connect() when making outgoing connections.
[tinc] / src / net_socket.c
index fab11d6..8983d28 100644 (file)
@@ -552,6 +552,7 @@ begin:
 
        /* Now that there is a working socket, fill in the rest and register this connection. */
 
 
        /* 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
        c->status.connecting = true;
        c->name = xstrdup(outgoing->name);
 #ifndef DISABLE_LEGACY