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 5563 by michael, Sat Feb 14 20:07:46 2015 UTC vs.
Revision 5590 by michael, Tue Feb 17 17:55:01 2015 UTC

# Line 365 | Line 365 | register_local_user(struct Client *sourc
365  
366    assert(source_p == source_p->from);
367    assert(MyConnect(source_p));
368 +  assert(IsUnknown(source_p));
369    assert(!source_p->connection->registration);
370  
371    if (ConfigGeneral.ping_cookie)

Diff Legend

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