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-7.2/src/s_user.c (file contents):
Revision 582 by michael, Tue May 2 20:47:11 2006 UTC vs.
Revision 589 by michael, Mon May 8 18:40:00 2006 UTC

# Line 296 | Line 296 | register_local_user(struct Client *clien
296    assert(source_p->username != username);
297    assert(!source_p->localClient->registration);
298  
299 +  ClearCap(client_p, CAP_TS6);
300 +
301    if (ConfigFileEntry.ping_cookie)
302    {
303      if (!IsPingSent(source_p) &&

Diff Legend

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