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

Comparing ircd-hybrid/branches/8.2.x/modules/m_accept.c (file contents):
Revision 9832 by michael, Sat May 9 20:54:26 2020 UTC vs.
Revision 9833 by michael, Fri Dec 25 10:09:43 2020 UTC

# Line 118 | Line 118 | m_accept(struct Client *source_p, int pa
118   {
119    struct split_nuh_item nuh;
120    struct split_nuh_item *accept_p = NULL;
121 <  char nick[NICKLEN + 1] = "";
122 <  char user[USERLEN + 1] = "";
123 <  char host[HOSTLEN + 1] = "";
121 >  char nick[NICKLEN + 1];
122 >  char user[USERLEN + 1];
123 >  char host[HOSTLEN + 1];
124    char *p = NULL;
125    char *mask = collapse(parv[1]);
126  

Diff Legend

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