Parent Directory
|
Revision Log
|
Patch
revision 8919 by michael, Mon Apr 22 09:52:53 2019 UTC | revision 8920 by michael, Mon Apr 22 09:57:58 2019 UTC | |
---|---|---|
# | Line 281 server_estab(struct Client *client_p) | Line 281 server_estab(struct Client *client_p) |
281 | ||
282 | /* Fixing eob timings.. -gnp */ | /* Fixing eob timings.. -gnp */ |
283 | client_p->connection->created_monotonic = event_base->time.sec_monotonic; | client_p->connection->created_monotonic = event_base->time.sec_monotonic; |
284 | client_p->connection->created_real = event_base->time.sec_real; | |
285 | ||
286 | if (service_find(client_p->name, irccmp)) | if (service_find(client_p->name, irccmp)) |
287 | AddFlag(client_p, FLAGS_SERVICE); | AddFlag(client_p, FLAGS_SERVICE); |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |