Fixes after merge with guus/1.1
This commit is contained in:
parent
e6b85158f0
commit
08f1fd2f8d
2 changed files with 3 additions and 3 deletions
|
|
@ -547,7 +547,7 @@ begin:
|
|||
|
||||
/* Now that there is a working socket, fill in the rest and register this connection. */
|
||||
|
||||
c->last_ping_time = time(NULL);
|
||||
c->last_ping_time = now;
|
||||
c->status.connecting = true;
|
||||
c->name = xstrdup(outgoing->name);
|
||||
#ifndef DISABLE_LEGACY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue