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

Comparing ircd-hybrid/trunk/modules/m_dline.c (file contents):
Revision 3156 by michael, Fri Mar 14 19:57:38 2014 UTC vs.
Revision 3192 by michael, Sun Mar 23 19:46:39 2014 UTC

# Line 173 | Line 173 | mo_dline(struct Client *source_p, int pa
173  
174    if ((t = parse_netmask(dlhost, NULL, &bits)) == HM_HOST)
175    {
176 <    if ((target_p = find_chasing(source_p, dlhost, NULL)) == NULL)
176 >    if ((target_p = find_chasing(source_p, dlhost)) == NULL)
177        return 0;
178  
179      if (!MyConnect(target_p))
# Line 288 | Line 288 | ms_dline(struct Client *source_p, int pa
288  
289      if ((t = parse_netmask(dlhost, NULL, &bits)) == HM_HOST)
290      {
291 <      if ((target_p = find_chasing(source_p, dlhost, NULL)) == NULL)
291 >      if ((target_p = find_chasing(source_p, dlhost)) == NULL)
292          return 0;
293  
294        if (!MyConnect(target_p))

Diff Legend

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