ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/user.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 5558 by michael, Fri Feb 13 20:45:49 2015 UTC vs.
Revision 5562 by michael, Sat Feb 14 20:03:35 2015 UTC

# Line 367 | Line 367 | register_local_user(struct Client *sourc
367    assert(MyConnect(source_p));
368    assert(!source_p->connection->registration);
369  
370  ClearCap(source_p, CAP_TS6);
371
370    if (ConfigGeneral.ping_cookie)
371    {
372      if (!IsPingSent(source_p) && !source_p->connection->random_ping)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)