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

Comparing ircd-hybrid/branches/8.2.x/src/send.c (file contents):
Revision 7630 by michael, Wed Mar 2 17:51:43 2016 UTC vs.
Revision 7631 by michael, Thu Jun 30 16:44:02 2016 UTC

# Line 707 | Line 707 | sendto_match_servs(const struct Client *
707      if (match(mask, target_p->name))
708        continue;
709  
710    /*
711     * If we set the serial here, then we'll never do a
712     * match() again, if !IsCapable()
713     */
714    target_p->from->connection->serial = current_serial;
715
710      if (cap && IsCapable(target_p->from, cap) != cap)
711        continue;
712  
713 +    target_p->from->connection->serial = current_serial;
714      send_message_remote(target_p->from, source_p, buffer);
715    }
716  

Diff Legend

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