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

Comparing ircd-hybrid/trunk/modules/m_encap.c (file contents):
Revision 3155 by michael, Sat Mar 1 23:31:45 2014 UTC vs.
Revision 3156 by michael, Fri Mar 14 19:57:38 2014 UTC

# Line 41 | Line 41
41   * side effects - propagates subcommand to locally connected servers
42   */
43   static int
44 < ms_encap(struct Client *client_p, struct Client *source_p,
45 <         int parc, char *parv[])
44 > ms_encap(struct Client *source_p, int parc, char *parv[])
45   {
46    char buffer[IRCD_BUFSIZE], *ptr = buffer;
47    unsigned int cur_len = 0, len, i;
# Line 89 | Line 88 | ms_encap(struct Client *client_p, struct
88    parc -= 2;
89  
90    if ((handler = mptr->handlers[ENCAP_HANDLER]))
91 <    (*handler)(client_p, source_p, parc, parv);
91 >    (*handler)(source_p, parc, parv);
92    return 0;
93   }
94  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines