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

Comparing ircd-hybrid-8/modules/m_dline.c (file contents):
Revision 1397 by michael, Wed Apr 25 19:32:21 2012 UTC vs.
Revision 1398 by michael, Sun May 6 10:57:06 2012 UTC

# Line 142 | Line 142 | mo_dline(struct Client *client_p, struct
142    int bits, t;
143    const char *current_date = NULL;
144    time_t cur_time;
145 <  char hostip[HOSTIPLEN];
145 >  char hostip[HOSTIPLEN + 1];
146    char buffer[IRCD_BUFSIZE];
147  
148    if (!HasOFlag(source_p, OPER_FLAG_DLINE))
# Line 294 | Line 294 | ms_dline(struct Client *client_p, struct
294    int bits, t;
295    const char *current_date = NULL;
296    time_t cur_time;
297 <  char hostip[HOSTIPLEN];
297 >  char hostip[HOSTIPLEN + 1];
298    char buffer[IRCD_BUFSIZE];
299  
300    if (parc != 5 || EmptyString(parv[4]))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines