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

Comparing ircd-hybrid/trunk/src/send.c (file contents):
Revision 2634 by michael, Tue Dec 10 17:42:20 2013 UTC vs.
Revision 2635 by michael, Tue Dec 10 17:46:37 2013 UTC

# Line 791 | Line 791 | sendto_match_servs(struct Client *source
791    struct Client *target_p;
792    dlink_node *ptr;
793    char buffer[IRCD_BUFSIZE];
794  int found = 0;
794  
795    va_start(args, pattern);
796    vsnprintf(buffer, sizeof(buffer), pattern, args);
# Line 817 | Line 816 | sendto_match_servs(struct Client *source
816         * match() again, if !IsCapable()
817         */
818        target_p->from->localClient->serial = current_serial;
820      found++;
819  
820        if (!IsCapable(target_p->from, cap))
821          continue;

Diff Legend

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