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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 3202 by michael, Mon Mar 24 17:18:43 2014 UTC vs.
Revision 3207 by michael, Tue Mar 25 15:19:02 2014 UTC

# Line 513 | Line 513 | find_person(const struct Client *const s
513  
514    if (IsDigit(*name))
515    {
516 <    if (IsServer(source_p->from) || HasFlag(source_p->from, FLAGS_SERVICE))
516 >    if (IsServer(source_p->from))
517        target_p = hash_find_id(name);
518    }
519    else

Diff Legend

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